.language-switcher{position:relative}.language-toggle{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#0000000a;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.language-switcher.dark .language-toggle{color:#333;background:#0000000a}.language-switcher.dark .language-toggle:hover{background:#00000014}.language-switcher.light .language-toggle{color:#333;background:#f5f5f5}.language-switcher.light .language-toggle:hover{background:#e8e8e8}.lang-flag{font-size:18px;line-height:1}.dropdown-arrow{transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.08);padding:8px;z-index:1000;max-height:400px;overflow-y:auto;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:none;border:none;border-radius:8px;color:#333;cursor:pointer;transition:all .2s;text-align:left}.language-option:hover{background:#0000000a;color:#1a1a1a}.language-option.active{background:#007aff1a;color:#007aff}.language-option .lang-flag{font-size:20px}.lang-name{flex:1;font-size:14px;font-weight:500}.check-icon{color:#007aff}.language-dropdown::-webkit-scrollbar{width:6px}.language-dropdown::-webkit-scrollbar-track{background:transparent}.language-dropdown::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.language-dropdown::-webkit-scrollbar-thumb:hover{background:#00000040}@media(max-width:480px){.language-dropdown{min-width:180px;right:-20px}.language-option{padding:8px 10px}.lang-name{font-size:13px}}:root{--bg-primary: #f5f5f7;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-card-hover: #ffffff;--border-light: rgba(0, 0, 0, .06);--border-card: rgba(0, 0, 0, .08);--accent-purple: #7c3aed;--accent-cyan: #06b6d4;--accent-amber: #f59e0b;--accent-pink: #ec4899;--accent-green: #34c759;--accent-blue: #007aff;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #86868b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);--shadow-xl: 0 24px 60px rgba(0, 0, 0, .15), 0 8px 20px rgba(0, 0, 0, .08);--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 28px}.home-page{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(0,122,255,.08) 0%,transparent 40%),radial-gradient(ellipse 80% 60% at 100% 30%,rgba(255,149,0,.06) 0%,transparent 40%),radial-gradient(ellipse 60% 50% at 0% 60%,rgba(52,199,89,.06) 0%,transparent 40%),radial-gradient(ellipse 70% 40% at 80% 90%,rgba(175,82,222,.05) 0%,transparent 40%),var(--bg-primary);background-attachment:fixed;font-family:var(--font-sans);overflow-x:hidden;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:12px 32px;transition:all .3s ease;background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.navbar.scrolled{background:#ffffffe6;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 1px #0000001a}.navbar-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text-primary)}.logo-svg{width:44px;height:44px}.logo-text-group{display:flex;flex-direction:column}.logo-text{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#007aff,#5856d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-tagline{font-size:11px;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase}.navbar-center{flex:1;display:flex;justify-content:center}.nav-links{display:flex;gap:4px;background:#0000000a;padding:4px;border-radius:12px}.nav-link{color:var(--text-secondary);text-decoration:none;padding:8px 18px;border-radius:10px;font-size:14px;font-weight:500;transition:all .2s ease}.nav-link:hover{color:var(--text-primary);background:#0000000a}.nav-link.active{background:var(--accent-blue);color:#fff}.navbar-right{display:flex;align-items:center;gap:16px}.streak-badge{display:flex;align-items:center;gap:6px;background:#ff95001f;padding:6px 14px;border-radius:100px;color:#c77700;font-weight:600}.streak-flame{font-size:14px}.streak-count{font-size:13px;font-weight:700}.subscribe-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff;border:none;padding:8px 18px;font-size:13px;font-weight:600;border-radius:100px;cursor:pointer;transition:all .2s ease;text-decoration:none}.subscribe-btn:hover{transform:scale(1.02);filter:brightness(1.05)}.btn-icon{font-size:12px}.user-btn{background:#0000000a;border:none;color:var(--text-secondary);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.user-btn:hover{background:#00000014;color:var(--text-primary)}.user-btn.logged-in{background:#34c7591a;color:var(--accent-green)}.user-btn.logged-in:hover{background:#34c75926;color:var(--accent-green)}.user-avatar{font-size:16px;font-weight:600;color:#fff}.user-status-indicator{position:absolute;top:2px;right:2px;width:10px;height:10px;background:#34c759;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #34c7594d}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026,0 2px 8px #00000014;min-width:280px;padding:16px;z-index:1000;animation:menuSlideIn .2s ease}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.user-menu-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#34c759,#30d158);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}.user-menu-info{flex:1;min-width:0}.user-menu-name{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-email{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-divider{height:1px;background:#00000014;margin:12px 0}.user-menu-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.user-menu-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px}.user-menu-label{color:var(--text-secondary);font-weight:500;flex-shrink:0}.user-menu-value{color:var(--text-primary);font-weight:400;text-align:right;word-break:break-all}.user-menu-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#ea43351a;border:none;border-radius:8px;color:#ea4335;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.user-menu-logout:hover{background:#ea433526}.user-menu-logout:active{transform:scale(.98)}.hero-section{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 32px 60px;overflow:hidden}.hero-background{position:absolute;inset:0;background:transparent}.hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.shape-1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.08;top:-10%;left:-5%}.shape-2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);opacity:.06;top:50%;right:-5%}.shape-3{width:300px;height:300px;background:linear-gradient(135deg,#4facfe,#00f2fe);opacity:.06;bottom:10%;left:20%}.hero-background:after{display:none}.page-decorations{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.page-deco{position:absolute;color:#0000000d;transition:all .3s ease}.deco-grid-1{width:90px;height:90px;top:8%;left:5%;transform:rotate(-8deg);animation:floatSlow 12s ease-in-out infinite}.deco-grid-2{width:70px;height:70px;top:12%;right:8%;transform:rotate(5deg);animation:floatSlow 14s ease-in-out infinite reverse}.deco-grid-3{width:80px;height:80px;bottom:15%;left:8%;transform:rotate(12deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-4s}.deco-hex-1{width:65px;height:75px;top:35%;left:3%;transform:rotate(15deg);animation:floatSlow 10s ease-in-out infinite;animation-delay:-2s}.deco-hex-2{width:85px;height:75px;top:50%;right:4%;transform:rotate(-10deg);animation:floatSlow 11s ease-in-out infinite;animation-delay:-3s}.deco-hex-3{width:55px;height:65px;bottom:30%;right:10%;transform:rotate(8deg);animation:floatSlow 9s ease-in-out infinite;animation-delay:-5s}.page-deco[class*=deco-letter]{font-family:Georgia,serif;font-weight:700;color:#00000009;-webkit-user-select:none;-moz-user-select:none;user-select:none}.deco-letter-a{font-size:72px;top:18%;left:12%;transform:rotate(-12deg);animation:floatSlow 15s ease-in-out infinite;animation-delay:-1s}.deco-letter-z{font-size:58px;top:60%;left:4%;transform:rotate(8deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-6s}.deco-letter-q{font-size:66px;top:25%;right:6%;transform:rotate(10deg);animation:floatSlow 14s ease-in-out infinite;animation-delay:-2s}.deco-letter-x{font-size:52px;top:70%;right:12%;transform:rotate(-15deg);animation:floatSlow 12s ease-in-out infinite;animation-delay:-7s}.deco-letter-p{font-size:60px;bottom:20%;left:15%;transform:rotate(5deg);animation:floatSlow 11s ease-in-out infinite;animation-delay:-3s}.deco-letter-w{font-size:54px;bottom:8%;right:5%;transform:rotate(-8deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-4s}.deco-puzzle-1{width:60px;height:60px;top:45%;left:6%;transform:rotate(20deg);animation:floatSlow 12s ease-in-out infinite;animation-delay:-3s}.deco-puzzle-2{width:55px;height:55px;bottom:35%;right:6%;transform:rotate(-25deg);animation:floatSlow 14s ease-in-out infinite;animation-delay:-8s}.deco-sudoku-1{width:55px;height:55px;top:55%;right:15%;transform:rotate(-5deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-1s}.deco-sudoku-2{width:50px;height:50px;bottom:12%;left:20%;transform:rotate(10deg);animation:floatSlow 11s ease-in-out infinite;animation-delay:-5s}@keyframes floatSlow{0%,to{opacity:1}50%{transform:translateY(-20px);opacity:.7}}@media(max-width:1400px){.page-deco{color:#0000000a}.deco-grid-1,.deco-grid-2,.deco-grid-3{width:60px;height:60px}.deco-hex-1,.deco-hex-2,.deco-hex-3{width:50px;height:58px}.page-deco[class*=deco-letter]{font-size:42px!important}.deco-puzzle-1,.deco-puzzle-2,.deco-sudoku-1,.deco-sudoku-2{width:40px;height:40px}}@media(max-width:1100px){.page-decorations{display:none}}.hero-content{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:1}.hero-text{text-align:center;margin-bottom:48px}.hero-title{font-family:var(--font-display);font-size:clamp(44px,7vw,80px);font-weight:700;line-height:1.05;margin:0 0 20px;letter-spacing:-1.5px;color:var(--text-primary)}.title-line{display:block}.title-line.highlight{background:linear-gradient(135deg,#007aff,#5856d6,#af52de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shimmer-title .shimmer-text:first-child{background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shimmer-title .shimmer-text.highlight{background:linear-gradient(135deg,#007aff,#5856d6,#af52de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:19px;color:var(--text-secondary);margin:0 auto;max-width:420px;line-height:1.5;font-weight:400}.featured-games-wrapper{position:relative;padding:40px 32px;max-width:900px;margin:0 auto}.featured-games-wrapper.no-glass{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border:none;border-radius:0}.featured-header{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:32px}.featured-header.hot-header{gap:16px}.header-line{width:80px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,#ff6b35,#f7931a,transparent)}.featured-header-text.hot-text{font-size:40px;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#ff6b35,#f7931a,#f44);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-header-line{flex:1;max-width:80px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.15),transparent)}.featured-header-text{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:2px}.featured-games{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;max-width:800px;margin:0 auto}.featured-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(0,0,0,.06)}.featured-footer-icon{font-size:16px}.featured-footer-text{font-size:14px;color:#666}.featured-card{position:relative;background:#fff;border-radius:16px;padding:32px 28px;text-decoration:none;color:var(--text-primary);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible;box-shadow:0 4px 20px #00000026;animation:cardEnter .6s ease forwards;animation-delay:var(--delay, 0s);opacity:0;transform:translateY(20px);width:220px;text-align:center}@keyframes cardEnter{to{opacity:1;transform:translateY(0)}}.featured-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0003}.featured-card-glow{display:none}.featured-card.main,.featured-card.side{min-height:auto}.featured-card-inner{display:flex;flex-direction:column;align-items:center;height:100%;position:relative;z-index:1}.featured-badge{display:none}.featured-icon{width:100px;height:100px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.featured-icon svg{width:100%;height:100%}.featured-title{font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700;margin:0 0 8px;letter-spacing:-.3px;color:#1a1a1a}.featured-subtitle{font-size:13px;color:#666;margin:0 0 4px}.featured-author{font-size:12px;color:#888;margin:16px 0 0;padding-top:12px;border-top:1px solid #eee;width:100%}.premium-tag{position:absolute;top:-8px;right:-8px;background:#f4a936;color:#fff;font-size:9px;font-weight:700;padding:4px 10px;border-radius:100px;display:flex;align-items:center;gap:3px;box-shadow:0 2px 8px #f4a93666;text-transform:uppercase;letter-spacing:.5px}.premium-tag:before{content:"★";font-size:8px}.completed-badge{position:absolute;bottom:-10px;right:-10px;background:#34c759;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 8px #34c75966;border:3px solid white}.games-section{padding:80px 32px;max-width:1200px;margin:0 auto;position:relative}.section-header{text-align:center;margin-bottom:48px}.section-title{font-family:var(--font-display);font-size:40px;font-weight:700;margin:0 0 12px;letter-spacing:-.5px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text-primary)}.section-title.gradient-title{background:linear-gradient(135deg,#007aff,#5856d6,#af52de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header-with-lines{display:flex;align-items:center;justify-content:center;gap:24px}.section-header-line{width:80px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,#007aff,#5856d6,transparent)}.title-icon{font-size:36px}.section-desc{font-size:17px;color:var(--text-secondary);margin:0}.games-grid.nyt-style{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px}.game-card.nyt-card{background:var(--bg-card);border-radius:16px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014;border:1px solid var(--border-light);display:flex;flex-direction:column}.game-card.nyt-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026;border-color:transparent}.nyt-card-header{padding:32px 24px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:16px 16px 0 0}.nyt-card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center}.nyt-card-icon svg{width:100%;height:100%}.nyt-completed-badge{position:absolute;top:12px;left:12px;width:24px;height:24px;background:#34c759;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 6px #34c75966}.nyt-card-body{padding:20px 20px 12px;text-align:center;flex:1}.nyt-card-title{font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700;margin:0 0 8px;color:#1a1a1a;letter-spacing:-.3px}.nyt-card-desc{font-size:13px;color:#666;margin:0;line-height:1.4}.nyt-card-footer{padding:12px 20px 20px}.nyt-play-btn{display:block;width:100%;padding:12px 20px;background:#fff;border:1.5px solid #e0e0e0;border-radius:100px;font-size:14px;font-weight:600;color:#1a1a1a;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease}.nyt-play-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.nyt-pro-tag{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ff6b004d}.nyt-pro-tag:before{content:"★ ";font-size:8px}.game-card{background:var(--bg-card);border-radius:var(--radius-md);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.game-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.game-card-link{display:flex;align-items:center;padding:20px;text-decoration:none;color:inherit;gap:16px}.game-card-icon{width:64px;height:64px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.game-emoji{font-size:32px}.game-icon-svg{width:40px;height:40px}.icon-completed{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:var(--accent-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white}.game-card-content{flex:1;min-width:0}.game-card-title{font-family:var(--font-display);font-size:17px;font-weight:600;margin:0 0 4px;color:var(--text-primary)}.game-card-desc{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-card-arrow{color:var(--text-muted);transition:all .2s;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;flex-shrink:0}.game-card-arrow span{display:none}.game-card:hover .game-card-arrow{color:var(--accent-blue)}.card-premium-tag{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff;font-size:9px;font-weight:600;padding:4px 10px;border-radius:100px;display:flex;align-items:center;gap:3px;z-index:10}.card-premium-tag:before{content:"⭐";font-size:8px}.achievements-section{padding:80px 32px;background:transparent;position:relative}.achievements-section:before{display:none}.achievements-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:40px}.main-stats{min-width:0}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.stats-title{font-family:var(--font-display);font-size:36px;font-weight:700;margin:0;display:flex;align-items:center;gap:12px;letter-spacing:-.5px}.stats-title.gradient-title{background:linear-gradient(135deg,gold,#ff8c00,tomato);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.achievement-trophy-icon{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(255,140,0,.3))}.view-all-btn{display:flex;align-items:center;gap:6px;color:var(--accent-blue);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.view-all-btn:hover{gap:10px}.achievement-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.overview-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px;position:relative;overflow:hidden;transition:all .3s;box-shadow:var(--shadow-sm)}.overview-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-icon-bg{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;background:#007aff1a}.card-icon-bg.fire{background:#ff95001a}.card-icon-bg.games{background:#34c7591a}.card-icon-bg.unlock{background:#ffcc001a}.card-content{margin-bottom:12px}.card-value{font-family:var(--font-display);font-size:34px;font-weight:600;line-height:1;color:var(--text-primary)}.card-value .total-badge{font-size:18px;color:var(--text-muted);font-weight:500}.card-label{font-size:13px;color:var(--text-secondary);margin-top:4px}.card-progress{height:5px;background:#0000000f;border-radius:100px;overflow:hidden;margin-bottom:8px}.card-progress .progress-fill{height:100%;background:linear-gradient(90deg,#007aff,#5856d6);border-radius:100px;transition:width .6s ease}.card-progress .progress-fill.unlock{background:linear-gradient(90deg,#ff9500,#ff6b00)}.card-sub{font-size:12px;color:var(--text-muted)}.streak-info{margin-top:6px}.max-streak{display:inline-block;background:#ff95001a;padding:4px 10px;border-radius:100px;color:#c77700;font-size:11px;font-weight:600}.games-played-info{font-size:12px;color:var(--text-muted);margin-top:6px}.category-progress{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}.subsection-title{font-size:16px;font-weight:600;margin:0 0 20px;display:flex;align-items:center;gap:8px;color:var(--text-primary)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-item{display:flex;align-items:center;gap:12px;padding:14px;background:var(--bg-primary);border-radius:var(--radius-sm);transition:all .2s;overflow:hidden}.category-item:hover{background:#0000000a}.category-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.category-info{flex:1;min-width:0}.category-name{font-size:14px;font-weight:600;margin-bottom:6px}.category-progress-row{display:flex;align-items:center;gap:10px}.category-bar{flex:1;height:6px;background:#00000014;border-radius:100px;overflow:hidden;position:relative}.category-fill{height:100%;border-radius:100px;transition:width .6s ease;max-width:100%;position:absolute;left:0;top:0}.category-count{font-size:12px;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.side-stats{display:flex;flex-direction:column;gap:16px}.near-unlock-section,.recent-unlocks-section,.rarity-stats{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}.near-unlock-list{display:flex;flex-direction:column;gap:12px}.near-unlock-item{display:flex;align-items:flex-start;gap:14px;padding:14px;background:var(--bg-primary);border-radius:var(--radius-sm);transition:all .2s}.near-unlock-item:hover{background:#0000000a}.achievement-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.achievement-info{flex:1;min-width:0;color:var(--text-primary);display:flex;flex-direction:column}.near-unlock-item .achievement-name{font-size:14px;font-weight:600;margin-bottom:4px;color:#1d1d1f!important}.near-unlock-item .achievement-desc{font-size:12px;color:#6e6e73!important;margin-bottom:8px;line-height:1.4;display:block}.achievement-progress{width:100%}.achievement-progress .progress-bar{width:100%;height:5px;background:#00000014;border-radius:100px;overflow:hidden}.achievement-progress .progress-fill{height:100%;border-radius:100px;transition:width .5s ease}.near-unlock-item .achievement-info .progress-text{display:block;font-size:11px;color:#86868b!important;white-space:nowrap;font-weight:500;text-align:right;margin-top:6px;width:100%}.achievement-points{font-size:15px;font-weight:700;flex-shrink:0;color:var(--accent-green)}.empty-state{text-align:center;padding:40px 20px;color:var(--text-muted)}.empty-state span{font-size:52px;display:block;margin-bottom:16px}.empty-state p{margin:0;font-size:14px}.recent-unlocks-list{display:flex;gap:10px}.recent-unlock-item{flex:1;text-align:center;padding:16px 12px;background:var(--bg-primary);border-radius:var(--radius-sm);transition:all .2s}.recent-unlock-item:hover{background:#0000000a}.unlock-icon{width:52px;height:52px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 10px}.unlock-name{font-size:12px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unlock-rarity{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.rarity-list{display:flex;flex-direction:column;gap:8px}.rarity-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--bg-primary);border-radius:var(--radius-sm)}.rarity-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.rarity-name{flex:1;font-size:14px;font-weight:500}.rarity-count{font-size:14px;color:var(--text-muted);font-weight:600}.about-section{padding:80px 32px;background:transparent}.about-content{max-width:560px;margin:0 auto;text-align:center}.about-logo{margin-bottom:24px}.about-logo .logo-svg{width:80px;height:80px}.about-title{font-family:var(--font-display);font-size:32px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.about-text{font-size:16px;line-height:1.7;color:var(--text-secondary);margin-bottom:32px}.about-subscribe-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff;border:none;padding:14px 28px;font-size:15px;font-weight:600;border-radius:100px;cursor:pointer;transition:all .2s;text-decoration:none;box-shadow:0 4px 15px #ff6b004d}.about-subscribe-btn:hover{filter:brightness(1.05);transform:scale(1.02);box-shadow:0 6px 20px #ff6b0066}.footer{background:transparent;border-top:1px solid var(--border-light)}.footer-wave{display:none}.footer-content{padding:40px 32px;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.footer-logo .logo-svg{width:36px;height:36px}.footer-logo span{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--text-primary)}.footer-text{font-size:13px;color:var(--text-muted);margin:0}@media(max-width:1200px){.achievements-container{grid-template-columns:1fr}.side-stats{display:grid;grid-template-columns:repeat(2,1fr)}.rarity-stats{grid-column:span 2}}@media(max-width:1024px){.featured-games{gap:20px}.featured-card{width:200px;padding:28px 24px}.achievement-overview{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:10px 16px}.navbar-center,.logo-tagline{display:none}.hero-section{padding:80px 16px 50px}.featured-games-wrapper{padding:24px 16px;margin:0 -8px;border-radius:16px}.featured-header{margin-bottom:24px}.featured-header-text{font-size:11px;letter-spacing:1.5px}.featured-footer{margin-top:24px;padding-top:16px}.featured-footer-text{font-size:12px}.header-line{width:40px}.featured-header-text.hot-text{font-size:28px;letter-spacing:-.3px}.header-line,.section-header-line{width:50px}.featured-games{gap:16px}.featured-card{width:160px;padding:24px 20px}.featured-icon{width:64px;height:64px;margin-bottom:16px}.featured-title{font-size:18px}.featured-subtitle{font-size:12px}.featured-author{font-size:11px}.games-section{padding:50px 16px}.section-title,.section-title.gradient-title{font-size:28px}.games-grid.nyt-style{grid-template-columns:repeat(2,1fr);gap:16px}.nyt-card-header{padding:24px 16px}.nyt-card-icon{width:56px;height:56px}.nyt-card-body{padding:16px 16px 10px}.nyt-card-title{font-size:16px}.nyt-card-desc{font-size:12px}.nyt-card-footer{padding:10px 16px 16px}.nyt-play-btn{padding:10px 16px;font-size:13px}.games-grid{grid-template-columns:1fr;gap:10px}.game-card-link{padding:16px}.game-card-icon{width:56px;height:56px}.game-emoji{font-size:28px}.game-icon-svg{width:34px;height:34px}.game-card-title{font-size:16px}.game-card-arrow{display:none}.achievements-section{padding:50px 16px}.stats-header{flex-direction:column;align-items:flex-start;gap:12px}.stats-title{font-size:24px}.achievement-overview{grid-template-columns:repeat(2,1fr);gap:10px}.overview-card{padding:18px}.card-value{font-size:28px}.category-grid,.side-stats{grid-template-columns:1fr}.rarity-stats{grid-column:1}.recent-unlocks-list{flex-wrap:wrap}.recent-unlock-item{min-width:calc(50% - 5px)}.about-section{padding:50px 16px}.about-title{font-size:26px}.about-text{font-size:15px}.footer-content{padding:32px 16px}}@media(max-width:480px){.navbar{padding:8px 12px}.logo-svg{width:36px;height:36px}.logo-text{font-size:18px}.subscribe-btn{padding:6px 12px;font-size:11px}.streak-badge{padding:5px 10px;font-size:12px}.user-btn{width:32px;height:32px}.hero-title{font-size:32px}.achievement-overview{grid-template-columns:1fr}.games-grid.nyt-style{grid-template-columns:1fr 1fr;gap:12px}.nyt-card-header{padding:20px 12px}.nyt-card-icon{width:48px;height:48px}.nyt-card-body{padding:12px 12px 8px}.nyt-card-title{font-size:14px}.nyt-card-desc{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nyt-card-footer{padding:8px 12px 12px}.nyt-play-btn{padding:8px 12px;font-size:12px}.nyt-pro-tag{font-size:8px;padding:3px 6px;top:8px;right:8px}.nyt-completed-badge{width:20px;height:20px;font-size:10px;top:8px;left:8px}}@media(prefers-reduced-motion:no-preference){.game-card,.overview-card,.category-item,.near-unlock-item,.recent-unlock-item{will-change:transform}}html{scroll-behavior:smooth}.achievements-page{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(0,122,255,.08) 0%,transparent 40%),radial-gradient(ellipse 80% 60% at 100% 30%,rgba(255,149,0,.06) 0%,transparent 40%),radial-gradient(ellipse 60% 50% at 0% 60%,rgba(52,199,89,.06) 0%,transparent 40%),radial-gradient(ellipse 70% 40% at 80% 90%,rgba(175,82,222,.05) 0%,transparent 40%),#fafbfc;background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.achievements-page .page-decorations{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.achievements-page .page-deco{position:absolute;color:#0000000d;transition:all .3s ease}.achievements-page .deco-grid-1{width:90px;height:90px;top:8%;left:5%;transform:rotate(-8deg);animation:floatSlow 12s ease-in-out infinite}.achievements-page .deco-grid-2{width:70px;height:70px;top:50%;right:8%;transform:rotate(5deg);animation:floatSlow 14s ease-in-out infinite reverse}.achievements-page .deco-hex-1{width:80px;height:92px;top:20%;right:4%;transform:rotate(12deg);animation:floatSlow 15s ease-in-out infinite;animation-delay:-3s}.achievements-page .deco-hex-2{width:100px;height:85px;bottom:25%;left:3%;transform:rotate(-5deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-7s}.achievements-page .page-deco[class*=deco-letter]{font-family:Georgia,serif;font-weight:700;color:#00000009;-webkit-user-select:none;-moz-user-select:none;user-select:none}.achievements-page .deco-letter-a{font-size:72px;top:18%;left:12%;transform:rotate(-12deg);animation:floatSlow 15s ease-in-out infinite}.achievements-page .deco-letter-z{font-size:58px;bottom:30%;right:10%;transform:rotate(8deg);animation:floatSlow 13s ease-in-out infinite;animation-delay:-6s}.achievements-page .deco-letter-q{font-size:66px;bottom:15%;left:8%;transform:rotate(10deg);animation:floatSlow 14s ease-in-out infinite}.achievements-page .deco-puzzle-1{width:65px;height:65px;top:35%;left:4%;transform:rotate(-15deg);animation:floatSlow 16s ease-in-out infinite;animation-delay:-4s}.achievements-page .deco-sudoku-1{width:55px;height:55px;bottom:40%;right:5%;transform:rotate(8deg);animation:floatSlow 14s ease-in-out infinite;animation-delay:-9s}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(var(--rotate, 0deg))}50%{transform:translateY(-15px) rotate(calc(var(--rotate, 0deg) + 3deg))}}@media(max-width:1100px){.achievements-page .page-decorations{display:none}}.ach-navbar{background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);padding:0 48px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.08)}.ach-navbar-content{display:flex;align-items:center;height:60px;gap:16px;max-width:1400px;margin:0 auto}.logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .2s}.logo-link:hover{transform:scale(1.05)}.logo-link .logo-svg{width:40px;height:40px}.back-btn{background:#0000000d;border:none;color:#1a1a2e;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.back-btn:hover{background:#0000001a}.page-title{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:#1a1a2e;margin:0}.spacer{flex:1}.ach-navbar-right{margin-left:auto}.ach-hero{background:transparent;padding:48px 24px 60px;position:relative;overflow:hidden;z-index:1}.hero-bg-pattern{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(107,203,119,.08) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(77,150,255,.08) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,217,61,.06) 0%,transparent 50%)}.hero-content{max-width:1200px;margin:0 auto;position:relative}.hero-stats{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:20px}.hero-stat-card{background:#fffffff2;border-radius:20px;padding:24px;position:relative}.hero-stat-card.main{display:flex;align-items:center;gap:20px;padding:32px}.stat-icon-large{font-size:48px;width:80px;height:80px;background:linear-gradient(135deg,#f0f7ff,#e8f4fc);border-radius:20px;display:flex;align-items:center;justify-content:center}.stat-info{flex:1}.stat-value-large{font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:700;color:#1a1a2e;line-height:1}.stat-label-large{font-size:16px;color:#6b7280;margin-top:4px}.stat-sub{font-size:13px;color:#9ca3af;margin-top:8px}.stat-ring-large{width:120px;height:120px;flex-shrink:0}.stat-ring-large svg{width:100%;height:100%}.stat-icon-medium{font-size:36px;margin-bottom:12px}.stat-value-medium{font-family:Playfair Display,Georgia,serif;font-size:36px;font-weight:700;color:#1a1a2e;line-height:1}.stat-value-medium .stat-total{font-size:18px;color:#9ca3af;font-weight:500}.stat-label-medium{font-size:14px;color:#6b7280;margin-top:4px}.mini-progress{height:6px;background:#e5e7eb;border-radius:3px;margin-top:12px;overflow:hidden}.mini-fill{height:100%;background:linear-gradient(90deg,#ffd93d,#f59e0b);border-radius:3px;transition:width .5s ease}.streak-max{font-size:12px;color:#ff6b6b;background:#fff5f5;padding:4px 10px;border-radius:10px;margin-top:12px;display:inline-block}.rarity-card{display:flex;flex-direction:column;justify-content:center}.rarity-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.rarity-mini{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}.rarity-mini-dot{width:10px;height:10px;border-radius:50%}.rarity-mini-count{font-weight:500}.filters-section{background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08);padding:20px 24px;position:sticky;top:60px;z-index:50}.filters-container{max-width:1200px;margin:0 auto}.filter-group{margin-bottom:16px}.filter-group:last-child{margin-bottom:0}.filter-group label{display:block;font-size:12px;font-weight:600;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f5f5;border:1px solid transparent;border-radius:20px;font-size:13px;color:#4b5563;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#e8e8e8}.filter-btn.active{background:#1a1a2e;color:#fff}.filter-row{display:flex;align-items:flex-end;gap:24px}.filter-group.small{margin-bottom:0}.filter-group.small select{padding:8px 32px 8px 12px;background:#f5f5f5;border:none;border-radius:8px;font-size:13px;color:#4b5563;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:#4b5563;padding-bottom:4px}.toggle-label input{display:none}.toggle-switch{width:40px;height:22px;background:#e5e7eb;border-radius:11px;position:relative;transition:all .2s}.toggle-switch:after{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:2px;left:2px;transition:all .2s;box-shadow:0 2px 4px #0000001a}.toggle-label input:checked+.toggle-switch{background:#6bcb77}.toggle-label input:checked+.toggle-switch:after{left:20px}.achievements-list-section{padding:40px 24px 80px;position:relative;z-index:1}.achievements-list-container{max-width:1200px;margin:0 auto}.category-group{margin-bottom:48px}.category-group:last-child{margin-bottom:0}.category-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.category-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.category-header h2{font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:700;color:#1a1a2e;margin:0}.category-count{font-size:14px;color:#9ca3af;margin-left:auto;background:#f5f5f5;padding:4px 12px;border-radius:12px}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.achievement-card{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px;cursor:pointer;transition:all .3s;border:1px solid #e5e7eb}.achievement-card:hover{box-shadow:0 8px 30px #0000001a}.achievement-card.locked{opacity:.85}.achievement-card.locked:hover{opacity:1}.card-icon{width:56px;height:56px;border-radius:14px;border:3px solid;display:flex;align-items:center;justify-content:center;font-size:28px;position:relative;transition:all .3s}.card-icon .grayscale{filter:grayscale(100%);opacity:.5}.lock-overlay{position:absolute;inset:0;background:#ffffffb3;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:18px}.card-content{flex:1}.card-name{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.card-desc{font-size:13px;color:#6b7280;line-height:1.4}.card-progress-wrapper{margin-top:10px}.card-progress{display:flex;align-items:center}.card-progress .progress-bar{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}.card-progress .progress-fill{height:100%;border-radius:3px;transition:width .5s ease}.progress-percent{display:block;font-size:12px;color:#9ca3af;font-weight:500;text-align:right;margin-top:4px}.card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #f0f0f0}.rarity-tag{font-size:11px;font-weight:600;padding:4px 10px;border-radius:8px}.points-tag{font-size:13px;font-weight:600;color:#6bcb77}.empty-state{text-align:center;padding:80px 24px;color:#9ca3af}.empty-state span{font-size:64px;display:block;margin-bottom:16px}.empty-state p{font-size:16px;margin:0}.achievement-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.achievement-modal{background:#fff;border-radius:24px;padding:40px;max-width:420px;width:100%;text-align:center;position:relative}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#f5f5f5;border:none;border-radius:50%;font-size:24px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:#e5e5e5}.modal-icon{width:100px;height:100px;border-radius:50%;border:4px solid;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto 24px;transition:all .3s}.modal-icon.locked{filter:grayscale(100%);opacity:.6}.modal-title{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.modal-desc{font-size:16px;color:#6b7280;margin:0 0 24px;line-height:1.5}.modal-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:24px}.meta-badge{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.meta-badge.points{background:#f0fff4;color:#6bcb77}.unlock-info{display:flex;flex-direction:column;align-items:center;gap:8px}.unlock-badge{font-size:16px;font-weight:600;color:#6bcb77}.unlock-date{font-size:13px;color:#9ca3af}.progress-info{background:#f9fafb;border-radius:12px;padding:20px}.progress-info .progress-bar{height:10px;background:#e5e7eb;border-radius:5px;overflow:hidden;margin-bottom:12px}.progress-info .progress-fill{height:100%;border-radius:5px;transition:width .5s ease}.progress-info .progress-text{font-size:14px;color:#6b7280}@media(max-width:1024px){.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stat-card.main{grid-column:span 2}}@media(max-width:768px){.ach-hero{padding:32px 16px 48px}.hero-stats{grid-template-columns:1fr;gap:16px}.hero-stat-card.main{grid-column:1;flex-direction:column;text-align:center}.stat-ring-large{margin-top:16px}.filters-section{padding:16px;position:static}.filter-options{overflow-x:auto;padding-bottom:8px;flex-wrap:nowrap}.filter-btn{white-space:nowrap;flex-shrink:0}.filter-row{flex-direction:column;align-items:flex-start;gap:12px}.achievements-list-section{padding:24px 16px 60px}.achievements-grid{grid-template-columns:1fr}.achievement-modal{padding:32px 24px;margin:16px}.modal-icon{width:80px;height:80px;font-size:36px}.modal-title{font-size:24px}}@media(max-width:480px){.stat-value-large{font-size:36px}.category-header h2{font-size:20px}}.history-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.history-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.history-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e5e5;background:#fafafa}.history-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;flex:1;text-align:center}.history-modal-header .back-btn{background:none;border:none;padding:8px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s}.history-modal-header .back-btn:hover{background:#e5e5e5}.history-modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px 8px;line-height:1;border-radius:8px;transition:background-color .2s}.history-modal-header .close-btn:hover{background:#e5e5e5}.history-modal-content{flex:1;overflow-y:auto;padding:0}.date-list{display:flex;flex-direction:column}.date-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s;text-align:left}.date-item:hover{background:#f5f5f5}.date-item:last-child{border-bottom:none}.date-item .date-text{font-size:15px;color:#333}.date-item svg{color:#999}.no-history{padding:40px 20px;text-align:center;color:#888;font-size:14px}.answer-detail{padding:20px}.no-answer{text-align:center;color:#888;padding:20px}.wordle-answer .answer-word{font-size:36px;font-weight:700;text-align:center;letter-spacing:8px;color:#538d4e;padding:30px 0}.spelling-bee-answer .letters-display{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.spelling-bee-answer .center-letter{font-size:32px;font-weight:700;color:#f7da21;background:#1a1a1a;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px}.spelling-bee-answer .outer-letters{font-size:20px;font-weight:600;color:#666;letter-spacing:8px}.spelling-bee-answer .pangrams,.spelling-bee-answer .total-words{font-size:14px;color:#555;margin-bottom:8px}.spelling-bee-answer .pangrams strong,.spelling-bee-answer .total-words strong{color:#333}.connections-answer .category-row{padding:12px 16px;border-radius:8px;margin-bottom:8px}.connections-answer .category-theme{font-size:12px;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin-bottom:4px}.connections-answer .category-words{font-size:14px;color:#333;font-weight:500}.crossword-answer .grid-preview{display:flex;flex-direction:column;align-items:center;gap:1px;background:#333;padding:1px;border-radius:4px;width:-moz-fit-content;width:fit-content;margin:0 auto}.crossword-answer .grid-row{display:flex;gap:1px}.crossword-answer .grid-cell{width:28px;height:28px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;text-transform:uppercase}.crossword-answer .grid-cell.black{background:#1a1a1a}.letter-boxed-answer .solution-words{text-align:center}.letter-boxed-answer .solution-words strong{display:block;margin-bottom:12px;color:#555;font-size:14px}.letter-boxed-answer .words-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.letter-boxed-answer .solution-word{background:#e8f5e9;color:#2e7d32;padding:8px 16px;border-radius:20px;font-size:16px;font-weight:600;text-transform:uppercase}.sudoku-answer{text-align:center}.sudoku-answer .difficulty-badge{display:inline-block;background:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:16px}.sudoku-answer .sudoku-grid{display:inline-flex;flex-direction:column;background:#333;padding:2px;border-radius:4px;gap:1px}.sudoku-answer .sudoku-row{display:flex;gap:1px}.sudoku-answer .sudoku-cell{width:28px;height:28px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}.sudoku-answer .sudoku-cell.border-right{border-right:2px solid #333}.sudoku-answer .sudoku-cell.border-bottom{border-bottom:2px solid #333}.tiles-answer .theme-display{padding:20px;border-radius:12px;text-align:center}.tiles-answer .theme-name{font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);margin-bottom:12px}.tiles-answer .theme-symbols{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.tiles-answer .symbol{font-size:24px;background:#ffffff4d;padding:8px;border-radius:8px}.strands-answer .theme-name{font-size:20px;font-weight:700;color:#333;text-align:center;margin-bottom:16px}.strands-answer .spangram{text-align:center;background:#f7da21;padding:10px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.strands-answer .spangram strong{color:#333}.strands-answer .theme-words{font-size:14px;color:#555}.strands-answer .theme-words strong{display:block;margin-bottom:8px;color:#333}.strands-answer .theme-words .words-list{display:flex;flex-wrap:wrap;gap:8px}.strands-answer .theme-word{background:#e0f7fa;color:#00838f;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500}.pips-answer{text-align:center;padding:20px}.pips-answer .difficulty-badge{display:inline-block;background:#fff3e0;color:#e65100;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:12px}.pips-answer p{color:#666;font-size:14px}@media(prefers-color-scheme:dark){.history-modal{background:#2d2d2d}.history-modal-header{background:#333;border-color:#444}.history-modal-header h2{color:#fff}.history-modal-header .back-btn,.history-modal-header .close-btn{color:#ccc}.history-modal-header .back-btn:hover,.history-modal-header .close-btn:hover{background:#444}.date-item{border-color:#444}.date-item:hover{background:#3a3a3a}.date-item .date-text{color:#eee}.crossword-answer .grid-cell{background:#444;color:#fff}.crossword-answer .grid-cell.black{background:#1a1a1a}}@media(max-width:480px){.history-modal{max-height:90vh;border-radius:12px 12px 0 0;position:fixed;bottom:0;left:0;right:0;max-width:100%}.history-modal-overlay{padding:0;align-items:flex-end}}.mini-game{min-height:100vh;display:flex;flex-direction:column;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mini-intro-page{background:#4a7c59;position:relative}.mini-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.mini-intro-page .back-btn{width:40px;height:40px;border:none;background:#ffffff4d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#fff}.mini-intro-page .back-btn:hover{background:#ffffff80}.mini-intro-page .back-icon{font-size:20px;font-weight:600}.mini-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.mini-intro-icon{margin-bottom:24px}.mini-intro-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:48px;font-weight:700;color:#fff;margin:0 0 12px}.mini-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px;max-width:280px}.mini-play-btn{background:#fff;color:#333;border:none;padding:16px 64px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:28px}.mini-play-btn:hover{background:#333;color:#fff}.mini-intro-info{color:#fffc;font-size:14px}.mini-game-page{background:#fff}.mini-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#666}.mini-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.mini-header .header-left{display:flex;align-items:center;gap:12px}.mini-header .back-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#333}.mini-header .back-btn:hover{background:#e8e8e8}.mini-header .back-icon{font-size:18px;font-weight:600}.mini-header .title-group{display:flex;flex-direction:column}.mini-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;margin:0;color:#333}.mini-date{font-size:12px;color:#787878}.mini-header .header-right{display:flex;align-items:center;gap:8px}.mini-header .icon-btn{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.mini-header .icon-btn:hover{background:#f5f5f5}.mini-game-container{display:flex;flex:1;max-width:1200px;margin:0 auto;width:100%}.mini-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px}.current-clue-bar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#f0f4f8;border-radius:8px;margin-bottom:24px;width:100%;max-width:400px}.clue-direction-badge{background:#4a7c59;color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px}.mini-grid-wrapper{margin-bottom:24px}.mini-grid{display:inline-block;border:2px solid #333;background:#333;gap:1px}.mini-grid .grid-row{display:flex}.mini-grid .grid-cell{width:84px;height:84px;background:#fff;border:1px solid #333;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.mini-grid .grid-cell.black-cell{background:#333;cursor:default}.mini-grid .grid-cell.selected{background:#f8cd05}.mini-grid .grid-cell.highlighted{background:#a7d8ff}.mini-grid .grid-cell.highlighted.selected{background:#f8cd05}.mini-grid .grid-cell.revealed .cell-letter{color:#4a7c59}.mini-grid .grid-cell.incorrect{background:#ffcccb}.mini-grid .grid-cell.incorrect .cell-letter{color:#c00}.mini-grid .grid-cell:hover:not(.black-cell):not(.selected){background:#e8f4ff}.mini-grid .cell-number{position:absolute;top:4px;left:6px;font-size:14px;font-weight:600;color:#333}.mini-grid .cell-letter{font-size:38px;font-weight:600;color:#333;text-transform:uppercase}.mini-controls{display:flex;align-items:center;gap:24px}.timer-text{font-size:20px;font-weight:600;color:#333;min-width:60px}.control-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s}.control-btn:hover{background:#4a7c59;color:#fff}.mini-clues-panel{width:320px;border-left:1px solid #e0e0e0;overflow-y:auto;max-height:calc(100vh - 60px)}.mini-clues-panel .clues-section{padding:20px}.mini-clues-panel .clues-section:first-child{border-bottom:1px solid #e0e0e0}.mini-clues-panel h3{font-size:13px;font-weight:700;color:#787878;letter-spacing:1px;margin:0 0 16px}.mini-clues-panel ul{list-style:none;padding:0;margin:0}.mini-clues-panel li{display:flex;gap:8px;padding:10px 12px;margin:2px 0;border-radius:6px;cursor:pointer;transition:background .15s;font-size:14px;line-height:1.4}.mini-clues-panel li:hover{background:#f5f5f5}.mini-clues-panel li.active{background:#a7d8ff}.mini-clues-panel li strong{color:#333;min-width:20px}.mini-clues-panel li span{color:#333}.mini-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.mini-modal{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d}.mini-modal .close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;color:#333}.mini-modal .close-btn:hover{background:#e8e8e8}.mini-modal h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:28px;margin:0 0 20px;text-align:center;color:#333}.mini-modal p{text-align:center;color:#666;margin-bottom:24px}.complete-stats .stat-value{display:block;font-size:36px;font-weight:700;color:#4a7c59}.stats-modal .stat-number{display:block;font-size:32px;font-weight:700;color:#4a7c59}@media(max-width:900px){.mini-game-container{flex-direction:column}.mini-clues-panel{width:100%;border-left:none;border-top:1px solid #e0e0e0;max-height:none;display:grid;grid-template-columns:1fr 1fr}.mini-clues-panel .clues-section:first-child{border-bottom:none;border-right:1px solid #e0e0e0}}@media(max-width:600px){.mini-header{padding:10px 16px}.mini-title{font-size:18px}.mini-header .back-btn,.mini-header .icon-btn{width:36px;height:36px}.mini-main{padding:16px}.mini-grid .grid-cell{width:56px;height:56px}.mini-grid .cell-letter{font-size:24px}.mini-grid .cell-number{font-size:10px}.current-clue-bar{flex-wrap:wrap;gap:8px;padding:10px 14px}.clue-direction-badge{font-size:10px;padding:3px 8px}.current-clue-bar .clue-text{width:100%;font-size:14px}.mini-controls{flex-direction:column;gap:16px}.mini-clues-panel{grid-template-columns:1fr}.mini-clues-panel .clues-section:first-child{border-right:none;border-bottom:1px solid #e0e0e0}.mini-intro-title{font-size:40px}.mini-intro-subtitle{font-size:16px}}@media(max-width:380px){.mini-grid .grid-cell{width:48px;height:48px}.mini-grid .cell-letter{font-size:20px}.mini-grid .cell-number{font-size:9px}}.wordle-game{--color-tone-1: #1a1a1b;--color-tone-2: #787c7e;--color-tone-3: #878a8c;--color-tone-4: #d3d6da;--color-tone-5: #edeff1;--color-tone-6: #f6f7f8;--color-tone-7: #ffffff;--color-correct: #6aaa64;--color-present: #c9b458;--color-absent: #787c7e;--color-key-bg: #d3d6da;--color-key-text: #1a1a1b;--tile-text-color: #1a1a1b;--tile-border-color: #d3d6da;--tile-border-filled: #878a8c;--keyboard-height: 200px;--header-height: 50px;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;font-family:Clear Sans,Helvetica Neue,Arial,sans-serif;transition:background-color .3s ease}.wordle-intro-page{background:#538d4e;position:relative}.wordle-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.wordle-intro-page .back-btn{background-color:#ffffff4d;color:#fff}.wordle-intro-page .back-btn:hover{background-color:#ffffff4d}.wordle-intro-page .icon-btn{color:#fff}.wordle-intro-page .icon-btn:hover{background-color:#fff3}.wordle-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.wordle-intro-icon{margin-bottom:24px}.intro-tiles{display:flex;gap:6px}.intro-tile{width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;background:#fff3;border-radius:4px}.intro-tile.correct{background:#538d4e}.intro-tile.present{background:#b59f3b}.wordle-intro-title{font-family:nyt-cheltenham,Georgia,serif;font-size:42px;font-weight:700;color:#fff;margin:0 0 12px}.wordle-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px}.wordle-play-btn{background:#fff;color:#6aaa64;border:none;padding:16px 64px;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.wordle-play-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.wordle-intro-info{color:#fffc;font-size:14px}.wordle-game-page{background:var(--color-tone-7)}.wordle-game.dark{--color-tone-1: #d7dadc;--color-tone-2: #818384;--color-tone-3: #565758;--color-tone-4: #3a3a3c;--color-tone-5: #272729;--color-tone-6: #1a1a1b;--color-tone-7: #121213;--color-correct: #538d4e;--color-present: #b59f3b;--color-absent: #3a3a3c;--color-key-bg: #818384;--color-key-text: #d7dadc;--tile-text-color: #d7dadc;--tile-border-color: #3a3a3c;--tile-border-filled: #565758}.wordle-game.high-contrast,.wordle-game.dark.high-contrast{--color-correct: #f5793a;--color-present: #85c0f9}.wordle-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:2px dashed var(--color-tone-4);background:var(--color-tone-7)}.wordle-title{font-family:nyt-franklin,Helvetica Neue,Arial,sans-serif;font-weight:800;font-size:28px;color:var(--color-tone-1);margin:0;line-height:1.1}.wordle-date{font-size:14px;color:var(--color-tone-2)}.back-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;background-color:#e8e8e8;color:var(--color-tone-1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.wordle-game.dark .back-btn{background-color:#3a3a3c;color:#d7dadc}.wordle-game.dark .back-btn:hover{background-color:#4a4a4c}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:4px;color:var(--color-tone-1);transition:background-color .15s ease}.icon-btn:hover{background:var(--color-tone-5)}.toast-container{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none}.toast{background:var(--color-tone-1);color:var(--color-tone-7);padding:14px 16px;border-radius:4px;font-weight:700;font-size:14px;text-transform:uppercase;animation:toastIn .15s ease-out}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.wordle-main{display:flex;flex-direction:column;flex:1;padding:0;overflow:hidden;justify-content:center;gap:16px}.board-container{display:flex;justify-content:center;align-items:center;flex-grow:0;flex-shrink:0;overflow:hidden;padding:0 16px}.wordle-board{display:grid;grid-template-rows:repeat(6,1fr);gap:5px;padding:10px;box-sizing:border-box;max-width:350px;width:100%;aspect-ratio:5/6}.wordle-row{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.wordle-row.shake{animation:shake .6s ease-in-out}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.wordle-row.win-bounce .wordle-cell{animation:bounce 1s ease}.wordle-row.win-bounce .wordle-cell:nth-child(1){animation-delay:0ms}.wordle-row.win-bounce .wordle-cell:nth-child(2){animation-delay:.1s}.wordle-row.win-bounce .wordle-cell:nth-child(3){animation-delay:.2s}.wordle-row.win-bounce .wordle-cell:nth-child(4){animation-delay:.3s}.wordle-row.win-bounce .wordle-cell:nth-child(5){animation-delay:.4s}@keyframes bounce{0%,20%{transform:translateY(0)}40%{transform:translateY(-30px)}50%{transform:translateY(5px)}60%{transform:translateY(-15px)}80%{transform:translateY(2px)}to{transform:translateY(0)}}.wordle-cell{width:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;font-size:clamp(1.5rem,6vw,2rem);font-weight:700;text-transform:uppercase;border:2px solid var(--tile-border-color);box-sizing:border-box;background:var(--color-tone-7);color:var(--tile-text-color);position:relative;perspective:300px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wordle-cell .cell-front,.wordle-cell .cell-back{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;backface-visibility:hidden;transition:transform .3s ease}.wordle-cell .cell-back{transform:rotateX(180deg)}.wordle-cell.filled{border-color:var(--tile-border-filled);animation:pop .1s ease-in-out}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.wordle-cell.revealed{animation:flipIn var(--animation-delay, 0ms) ease forwards}.wordle-cell.revealed .cell-front{animation:flipOut .3s ease forwards}.wordle-cell.revealed .cell-back{animation:flipIn .3s ease forwards}@keyframes flipOut{0%{transform:rotateX(0)}to{transform:rotateX(-180deg)}}@keyframes flipIn{0%{transform:rotateX(180deg)}to{transform:rotateX(0)}}.wordle-cell.correct{background:var(--color-correct);border-color:var(--color-correct)}.wordle-cell.correct .cell-back{background:var(--color-correct);color:#fff}.wordle-cell.present{background:var(--color-present);border-color:var(--color-present)}.wordle-cell.present .cell-back{background:var(--color-present);color:#fff}.wordle-cell.absent{background:var(--color-absent);border-color:var(--color-absent)}.wordle-cell.absent .cell-back{background:var(--color-absent);color:#fff}.keyboard{height:var(--keyboard-height);padding:8px;display:flex;flex-direction:column;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 auto;max-width:500px;width:100%;box-sizing:border-box;flex-shrink:0}.keyboard-row{display:flex;gap:6px;justify-content:center;touch-action:manipulation}.spacer{flex:.5}.spacer.half{flex:.25}.key{font-family:inherit;font-weight:700;border:none;padding:0;margin:0;height:58px;min-width:43px;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--color-key-bg);color:var(--color-key-text);font-size:13.333px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;flex:1;max-width:43px;-webkit-tap-highlight-color:transparent;transition:background-color .1s ease,transform .1s ease}.key:active{transform:scale(.95)}.key.wide{flex:1.5;max-width:65px;font-size:12px}.key.correct{background-color:var(--color-correct);color:#fff}.key.present{background-color:var(--color-present);color:#fff}.key.absent{background-color:var(--color-absent);color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;padding:16px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--color-tone-7);border-radius:8px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 23px #0003;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:center;align-items:center;padding:16px 16px 0;position:relative}.modal-header h2{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-tone-1);margin:0}.close-btn{position:absolute;right:16px;top:16px;width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-tone-1);border-radius:4px}.close-btn:hover{background:var(--color-tone-5)}.modal-content{padding:16px 32px 32px}.help-subtitle{font-size:16px;font-weight:400;color:var(--color-tone-1);margin:0 0 16px;text-align:center}.help-rules{padding-left:20px;margin:0 0 24px;color:var(--color-tone-1)}.help-rules li{margin-bottom:8px;font-size:14px;line-height:1.4}.help-examples h3{font-size:14px;font-weight:700;text-transform:uppercase;color:var(--color-tone-1);margin:0 0 16px;border-bottom:1px solid var(--color-tone-4);padding-bottom:8px}.example-row{margin-bottom:16px}.example-tiles{display:flex;gap:4px;margin-bottom:8px}.example-tile{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;text-transform:uppercase;border:2px solid var(--tile-border-filled);color:var(--tile-text-color)}.example-tile.correct{background:var(--color-correct);border-color:var(--color-correct);color:#fff}.example-tile.present{background:var(--color-present);border-color:var(--color-present);color:#fff}.example-tile.absent{background:var(--color-absent);border-color:var(--color-absent);color:#fff}.example-row p{font-size:14px;color:var(--color-tone-1);margin:0;line-height:1.4}.help-footer{font-size:14px;color:var(--color-tone-1);margin:24px 0 0;padding-top:16px;border-top:1px solid var(--color-tone-4);text-align:center}.settings-modal .modal-content{text-align:left}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--color-tone-4)}.setting-info{text-align:left}.setting-info h3{font-size:16px;font-weight:400;color:var(--color-tone-1);margin:0 0 4px;text-align:left}.setting-info p{font-size:12px;color:var(--color-tone-2);margin:0;text-align:left}.toggle{width:48px;height:28px;border-radius:999px;background:var(--color-tone-4);border:none;cursor:pointer;position:relative;transition:background-color .2s ease;flex-shrink:0}.toggle.active{background:var(--color-correct)}.toggle-slider{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px #0000004d}.toggle.active .toggle-slider{transform:translate(20px)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.stat-item{text-align:center}.stat-value{font-size:36px;font-weight:400;color:var(--color-tone-1)}.stat-label{font-size:12px;color:var(--color-tone-1);text-transform:capitalize}.guess-distribution h3{font-size:14px;font-weight:700;text-transform:uppercase;color:var(--color-tone-1);margin:0 0 12px}.distribution-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.distribution-label{width:10px;font-size:14px;font-weight:700;color:var(--color-tone-1)}.distribution-bar-container{flex:1}.distribution-bar{min-width:8%;padding:2px 8px;background:var(--color-absent);display:flex;justify-content:flex-end;transition:width .3s ease}.distribution-bar.highlight{background:var(--color-correct)}.distribution-count{font-size:14px;font-weight:700;color:#fff}.stats-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid var(--color-tone-4)}.next-wordle h3{font-size:14px;font-weight:700;text-transform:uppercase;color:var(--color-tone-1);margin:0 0 8px}.countdown{font-size:36px;font-weight:400;color:var(--color-tone-1);font-variant-numeric:tabular-nums}.share-section{display:flex;align-items:flex-end}.share-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;font-size:18px;font-weight:700;background:var(--color-correct);color:#fff;border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;transition:opacity .15s ease}.share-btn:hover{opacity:.9}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:var(--color-tone-2)}@media(max-width:500px){.wordle-board{max-width:300px}.wordle-cell{font-size:clamp(1.25rem,5vw,1.75rem)}.key{height:50px;font-size:12px}.keyboard{--keyboard-height: 180px;padding:6px;gap:6px}.keyboard-row{gap:4px}.modal-content{padding:16px 20px 24px}.stats-grid{gap:8px}.stat-value,.countdown{font-size:28px}.share-btn{padding:12px 20px;font-size:16px}}@media(max-height:600px){.wordle-board{max-width:250px}.keyboard{--keyboard-height: 150px}.key{height:44px}.board-container{padding:8px}}@media print{.wordle-header,.keyboard,.modal-overlay{display:none}.wordle-game{min-height:auto}.wordle-board{max-width:100%}}:root{--sb-yellow: #F7DA21;--sb-yellow-dark: #E6C912;--sb-gray: #E6E6E6;--sb-gray-dark: #CDCDCD;--sb-text: #121212;--sb-text-light: #6F6F6F;--sb-border: #DFDFDF}.sb-game{min-height:100vh;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.sb-intro-page{background:#d4b81a;position:relative}.sb-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.sb-intro-page .sb-back-btn{background-color:#0000001a;color:#333}.sb-intro-page .sb-back-btn:hover{background-color:#00000026}.sb-intro-page .icon-btn{color:#333}.sb-intro-page .icon-btn:hover{background-color:#0000001a}.sb-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.sb-intro-icon{font-size:80px;margin-bottom:24px}.sb-intro-title{font-family:nyt-cheltenham,Georgia,serif;font-size:42px;font-weight:700;color:#333;margin:0 0 12px}.sb-intro-subtitle{font-size:18px;color:#000000b3;margin:0 0 32px}.sb-play-btn{background:#333;color:#fff;border:none;padding:16px 64px;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.sb-play-btn:hover{transform:scale(1.02);background:#1a1a1a}.sb-intro-info{color:#0009;font-size:14px}.sb-game-page{background:#fff}.sb-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:2px dashed var(--sb-border)}.sb-header-left{display:flex;align-items:center;gap:16px}.sb-header-right{display:flex;align-items:center;gap:4px}.sb-game .icon-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s}.sb-game .icon-btn:hover{background-color:#0000000f}.sb-game .icon-btn svg{width:24px;height:24px}.sb-title-group{display:flex;flex-direction:column;gap:2px}.sb-back-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;background-color:#e8e8e8;color:var(--sb-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.sb-back-btn:hover{background-color:#d8d8d8}.sb-back-btn .back-icon{font-size:20px;font-weight:700;line-height:1}.sb-logo{font-family:nyt-franklin,Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:800;color:#000;margin:0;line-height:1.1}.sb-date{font-size:14px;color:#666;font-weight:400}.sb-editor{font-size:13px;color:var(--sb-text-light)}.sb-toolbar{display:flex;justify-content:flex-end;align-items:center;padding:12px 24px;gap:24px;border-bottom:1px solid var(--sb-border)}.sb-toolbar-btn{background:none;border:none;font-size:15px;color:var(--sb-text);cursor:pointer;padding:4px 0;text-decoration:none;display:flex;align-items:center;gap:4px;font-weight:500}.sb-toolbar-btn:hover{color:var(--sb-text-light)}.external-icon{font-size:12px}.dropdown-arrow{font-size:10px}.sb-dropdown{position:relative}.sb-dropdown-backdrop{position:fixed;inset:0;z-index:99}.sb-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--sb-border);border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:180px;z-index:100;overflow:hidden}.sb-dropdown-menu button{display:block;width:100%;padding:14px 18px;text-align:left;background:none;border:none;font-size:15px;cursor:pointer;color:var(--sb-text)}.sb-dropdown-menu button:hover{background:#f7f7f7}.sb-main{flex:1;display:flex;max-width:1200px;margin:0 auto;width:100%;padding:40px 24px;gap:60px}.sb-game-area{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;width:360px}.sb-input-area{min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.sb-toast{font-size:14px;font-weight:600;padding:8px 16px;border-radius:4px;margin-bottom:8px;background:#f0f0f0;color:var(--sb-text)}.sb-toast.success{background:#d4edda;color:#155724}.sb-toast.pangram{background:var(--sb-yellow);color:var(--sb-text)}.sb-toast.queen{background:linear-gradient(135deg,gold,orange);color:var(--sb-text)}.sb-input{font-size:32px;font-weight:700;text-transform:uppercase;letter-spacing:1px;min-height:44px;display:flex;align-items:center;justify-content:center}.sb-input span{color:var(--sb-text)}.sb-input span.center{color:var(--sb-yellow-dark)}.sb-cursor{animation:blink 1s infinite;color:var(--sb-text-light);font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.sb-hive{display:flex;justify-content:center;align-items:center;margin:20px 0}.hive{width:316px;height:290px;position:relative}.hive-cell{position:absolute;width:91.7px;height:79.47px;cursor:pointer;transition:transform .1s ease}.hive-cell:active{transform:scale(.92)}.hive-cell.center{left:112px;top:105px}.hive-cell.outer:nth-of-type(2){left:112px;top:26px}.hive-cell.outer:nth-of-type(3){left:181px;top:66px}.hive-cell.outer:nth-of-type(4){left:181px;top:145px}.hive-cell.outer:nth-of-type(5){left:112px;top:184px}.hive-cell.outer:nth-of-type(6){left:43px;top:145px}.hive-cell.outer:nth-of-type(7){left:43px;top:66px}.cell-fill{fill:var(--sb-gray);transition:fill .15s ease}.hive-cell.center .cell-fill{fill:var(--sb-yellow)}.hive-cell:hover .cell-fill{fill:#d9d9d9}.hive-cell.center:hover .cell-fill{fill:#e8c50b}.cell-letter{font-family:nyt-karnakcondensed,-apple-system,sans-serif;font-size:1.875em;font-weight:700;text-anchor:middle;fill:var(--sb-text);pointer-events:none;text-transform:uppercase}.sb-actions{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:30px}.sb-action-btn{font-size:14px;font-weight:500;border:1px solid var(--sb-text);border-radius:24px;background:#fff;cursor:pointer;transition:all .15s;color:var(--sb-text)}.sb-action-btn:hover{background:#f5f5f5}.sb-action-btn.delete,.sb-action-btn.enter{padding:10px 20px;min-width:80px}.sb-action-btn.enter{background:var(--sb-text);color:#fff;border-color:var(--sb-text)}.sb-action-btn.enter:hover{background:#333}.sb-action-btn.shuffle{width:44px;height:44px;padding:0;border-radius:50%;border-width:1.5px;display:flex;align-items:center;justify-content:center}.shuffle-svg{width:22px;height:22px}.sb-sidebar{flex:1;min-width:300px;max-width:500px;display:flex;flex-direction:column}.sb-progress-box{cursor:pointer;margin-bottom:24px}.sb-progress{display:flex;align-items:center;gap:12px}.sb-progress-rank{font-size:15px;font-weight:700;color:var(--sb-text);margin:0;white-space:nowrap}.sb-progress-bar{flex:1;position:relative;display:flex;align-items:center;height:28px}.sb-progress-line{flex:1;height:2px;background:var(--sb-gray);position:relative;margin-left:36px}.sb-progress-dots{display:flex;justify-content:space-between;align-items:center;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.sb-progress-dot{width:8px;height:8px;background:var(--sb-gray);border-radius:50%;flex-shrink:0}.sb-progress-dot.filled{background:var(--sb-yellow)}.sb-progress-marker{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}.sb-progress-value{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;background:var(--sb-yellow);border-radius:14px;font-size:14px;font-weight:600;color:var(--sb-text)}.sb-wordlist{flex:1;border:1px solid var(--sb-border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.sb-wordlist-header{padding:16px 20px;font-size:15px;font-weight:600;border-bottom:1px solid var(--sb-border);background:#fafafa}.sb-wordlist-content{flex:1;padding:20px;overflow-y:auto;min-height:200px;max-height:400px}.sb-wordlist-empty{color:var(--sb-text-light);font-size:14px;font-style:italic;margin:0}.sb-wordlist-grid{display:flex;flex-direction:column;gap:8px}.sb-word{font-size:15px;font-weight:500;color:var(--sb-text)}.sb-word.pangram{color:var(--sb-yellow-dark);font-weight:700}.sb-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.sb-modal{background:#fff;border-radius:12px;padding:40px;max-width:420px;width:100%;position:relative;max-height:85vh;overflow-y:auto}.sb-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:none;font-size:28px;cursor:pointer;color:var(--sb-text-light);line-height:1}.sb-modal-close:hover{color:var(--sb-text)}.sb-modal-icon{text-align:center;font-size:48px;margin-bottom:12px}.sb-modal h2{text-align:center;font-family:nyt-cheltenham,Georgia,serif;font-size:26px;font-weight:700;margin:0 0 24px}.sb-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px 0;border-top:1px solid var(--sb-border);border-bottom:1px solid var(--sb-border)}.sb-stat{text-align:center}.sb-stat-value{font-size:28px;font-weight:700}.sb-stat-label{font-size:12px;color:var(--sb-text-light);margin-top:4px}.sb-stats-today{margin-top:24px;text-align:center}.sb-stats-today h3{font-size:15px;font-weight:700;margin-bottom:12px}.sb-stats-today p{margin:8px 0;font-size:14px;color:var(--sb-text)}.sb-hints-modal{max-width:480px}.sb-hints-summary{padding:16px 0;border-bottom:1px solid var(--sb-border)}.sb-hints-summary p{margin:8px 0;font-size:15px}.sb-hints-grid{margin-top:20px}.sb-hints-grid h4{font-size:15px;font-weight:700;margin-bottom:12px}.sb-hints-letters{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.sb-hint-item{font-size:14px;font-family:SF Mono,Monaco,monospace;padding:6px 10px;background:#f5f5f5;border-radius:4px;text-align:center}.sb-ranks-list{padding:16px 0}.sb-rank-row{display:flex;align-items:center;padding:10px 0;gap:12px}.sb-rank-row.achieved .sb-rank-label{font-weight:600}.sb-rank-row.current{background:var(--sb-yellow);margin:4px -20px;padding:10px 20px;border-radius:6px}.sb-rank-marker{font-size:10px;color:var(--sb-text-light);width:14px}.sb-rank-row.achieved .sb-rank-marker{color:var(--sb-yellow-dark)}.sb-rank-label{flex:1;font-size:15px}.sb-rank-score{font-size:14px;color:var(--sb-text-light)}.sb-rank-footer{text-align:center;padding-top:16px;border-top:1px solid var(--sb-border);font-size:14px}.sb-rank-next{color:var(--sb-text-light)}.sb-rules-list{padding:0 0 0 20px;margin:0 0 20px}.sb-rules-list li{font-size:15px;line-height:1.6;margin-bottom:10px}.sb-rules-scoring{padding:20px;background:var(--sb-yellow);border-radius:8px;margin-bottom:24px}.sb-rules-scoring h4{margin:0 0 10px;font-size:15px;font-weight:700}.sb-rules-scoring p{margin:4px 0;font-size:14px}.sb-rules-btn{display:block;width:100%;padding:14px;font-size:16px;font-weight:600;background:var(--sb-text);color:#fff;border:none;border-radius:24px;cursor:pointer}.sb-rules-btn:hover{background:#333}@media(max-width:900px){.sb-main{flex-direction:column;align-items:center;gap:40px;padding:24px}.sb-game-area{width:100%;max-width:400px}.sb-sidebar{width:100%;max-width:500px;min-width:auto}.sb-wordlist-content{max-height:250px}}@media(max-width:480px){.sb-header{padding:12px 16px}.sb-header-left{gap:12px}.sb-back-btn{width:36px;height:36px}.sb-back-btn .back-icon{font-size:18px}.sb-logo{font-size:22px}.sb-date{font-size:12px}.sb-toolbar{padding:10px 16px;gap:16px}.sb-toolbar-btn{font-size:14px}.hive{width:252px;height:232px;transform:scale(.85);transform-origin:center center}.sb-input{font-size:26px}.sb-action-btn.delete,.sb-action-btn.enter{padding:8px 16px;font-size:13px;min-width:70px}.sb-action-btn.shuffle{width:38px;height:38px}.shuffle-svg{width:24px;height:24px}.sb-stats-grid{grid-template-columns:repeat(2,1fr)}.sb-modal{padding:28px 24px}.sb-hints-letters{grid-template-columns:repeat(3,1fr)}}.connections-game{min-height:100vh;display:flex;flex-direction:column;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.connections-intro-page{background:#5a4a78;position:relative}.connections-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.connections-intro-page .back-btn{width:40px;height:40px;border:none;background:#ffffff4d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#fff}.connections-intro-page .back-btn:hover{background:#fff6}.connections-intro-page .back-icon{font-size:20px;font-weight:600}.connections-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.connections-intro-icon{margin-bottom:24px}.connections-intro-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:48px;font-weight:700;color:#fff;margin:0 0 12px}.connections-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px;max-width:280px}.connections-play-btn{background:#fff;color:#5a4a78;border:none;padding:16px 64px;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.connections-play-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #0003}.connections-intro-info{color:#fffc;font-size:14px}.connections-game-page{background:#fff}.connections-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#666}.connections-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.connections-header .header-left{display:flex;align-items:center;gap:12px}.connections-header .back-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#333}.connections-header .back-btn:hover{background:#e8e8e8}.connections-header .back-icon{font-size:18px;font-weight:600}.connections-header .title-group{display:flex;flex-direction:column}.connections-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;margin:0;color:#333}.connections-date{font-size:12px;color:#787878}.connections-header .header-right{display:flex;align-items:center;gap:8px}.connections-header .icon-btn{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.connections-header .icon-btn:hover{background:#f5f5f5}.connections-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:20px;max-width:600px;margin:0 auto;width:100%}.connections-instruction{font-size:16px;color:#333;margin:0 0 20px;text-align:center}.connections-message{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:16px;text-align:center}.connections-message.info{background:#e3f2fd;color:#1976d2}.connections-message.warning{background:#fff3e0;color:#f57c00}.connections-message.error{background:#ffebee;color:#c62828}.found-categories{width:100%;margin-bottom:8px}.found-category{padding:16px 20px;border-radius:10px;margin-bottom:8px;text-align:center}.category-theme{font-size:14px;font-weight:800;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;color:#000}.category-words{font-size:14px;font-weight:500;color:#000;text-transform:uppercase}.words-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;margin-bottom:20px}.word-card{aspect-ratio:1.2;background:#efefe6;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;cursor:pointer;transition:all .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;padding:12px 8px;text-transform:uppercase;color:#000;font-family:inherit}.word-card:hover:not(:disabled){background:#deded6}.word-card.selected{background:#5a4a78;color:#fff}.word-card:disabled{cursor:default}.word-card.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-8px)}80%{transform:translate(8px)}}.mistakes-indicator{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;font-size:14px;color:#333}.mistake-dots{display:flex;gap:6px}.mistake-dot{width:16px;height:16px;border-radius:50%;background:#787878;transition:all .3s}.mistake-dot.active{background:#5a4a78}.connections-controls{display:flex;flex-direction:row;gap:10px;justify-content:center;margin:20px auto}.connections-controls button.control-btn{min-width:110px;padding:12px 20px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;text-align:center;line-height:1}.connections-controls button.shuffle-btn,.connections-controls button.deselect-btn{background-color:#fff;border:1px solid #000000;color:#000}.connections-controls button.shuffle-btn:hover:not(:disabled),.connections-controls button.deselect-btn:hover:not(:disabled){background-color:#f5f5f5}.connections-controls button.submit-btn{background-color:#000;border:1px solid #000000;color:#fff}.connections-controls button.submit-btn:hover:not(:disabled){background-color:#333}.connections-controls button.control-btn:disabled{opacity:.3;cursor:not-allowed;background-color:#e5e5e5!important;border-color:#ccc!important;color:#999!important}.connections-result{text-align:center;padding:30px 20px}.result-success h3,.result-failure h3{font-size:24px;margin:0 0 12px}.result-success p,.result-failure p{font-size:16px;color:#666;margin:0}.perfect-badge{font-size:20px;color:#f9a825;margin-top:12px!important;font-weight:700}.play-again-btn{margin-top:24px;padding:14px 32px;background:#000;color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.connections-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.connections-modal{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d}.connections-modal .modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;color:#333}.connections-modal .modal-close:hover{background:#e8e8e8}.connections-modal h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:28px;margin:0 0 24px;text-align:center;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-box{background:#f8f8f8;padding:16px 8px;border-radius:8px;text-align:center}.stat-number{display:block;font-size:28px;font-weight:700;color:#333;line-height:1.2}.stat-label{font-size:10px;color:#787878;margin-top:6px;display:block;text-transform:uppercase;letter-spacing:.3px}.help-modal .help-content p{margin:0 0 16px;color:#333;line-height:1.5}.help-modal .help-content ul{list-style:none;padding:0;margin:0 0 20px}.difficulty-legend{display:flex;flex-direction:column;gap:8px}.difficulty-item{display:flex;align-items:center;gap:12px;font-size:14px}.difficulty-color{width:24px;height:24px;border-radius:6px}@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:24px}.connections-main{padding:16px 12px}.words-grid{gap:6px}.word-card{font-size:12px;padding:10px 6px;border-radius:8px}.found-category{padding:12px 16px;border-radius:8px}.category-theme,.category-words{font-size:12px}.connections-controls{gap:8px}.connections-controls button.control-btn{min-width:95px;padding:10px 14px;font-size:13px}.connections-header{padding:10px 12px}.connections-title{font-size:18px}.connections-header .back-btn,.connections-header .icon-btn{width:36px;height:36px}.connections-intro-title{font-size:40px}.connections-intro-subtitle{font-size:16px}}@media(max-width:380px){.word-card{font-size:10px;padding:8px 4px}.connections-controls{gap:6px}.connections-controls button.control-btn{min-width:85px;padding:10px 12px;font-size:12px}}.lb-page{min-height:100vh;height:100vh;display:flex;flex-direction:column;font-family:nyt-franklin,Helvetica Neue,Arial,sans-serif;overflow:hidden}.lb-intro-page{background-color:#c46a2f;position:relative}.lb-game-page{background-color:#fff}.lb-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.lb-intro-icon{margin-bottom:24px}.lb-intro-title{font-family:nyt-cheltenham,Georgia,serif;font-size:42px;font-weight:700;color:#fff;margin:0 0 12px}.lb-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px}.lb-play-btn{background:#fff;color:#e07b39;border:none;padding:16px 64px;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.lb-play-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.lb-intro-info{color:#fffc;font-size:14px}.lb-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.lb-intro-page .lb-back-btn{background-color:#ffffff4d;color:#fff}.lb-intro-page .lb-back-btn:hover{background-color:#ffffff4d}.lb-intro-page .icon-btn{color:#fff}.lb-intro-page .icon-btn:hover{background-color:#fff3}.lb-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:transparent;border-bottom:2px dashed rgba(0,0,0,.2)}.lb-header-left{display:flex;align-items:center;gap:16px}.lb-header-right{display:flex;align-items:center;gap:8px}.lb-back-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;background-color:#ffffff80;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.lb-back-btn:hover{background-color:#ffffffb3}.lb-back-btn .back-icon{font-size:20px;font-weight:700;line-height:1}.lb-title-group{display:flex;flex-direction:column;gap:2px}.lb-title{font-family:nyt-franklin,Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:800;color:#000;margin:0;line-height:1.1}.lb-date{font-size:14px;color:#0009;font-weight:400}.lb-nav-btn{background:none;border:none;font-size:14px;cursor:pointer;color:#333;padding:8px 12px}.lb-nav-btn:hover{text-decoration:underline}.lb-header-right{display:flex;align-items:center;gap:4px}.lb-page .icon-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s}.lb-page .icon-btn:hover{background-color:#0000000f}.lb-page .icon-btn svg{width:24px;height:24px}.lb-message{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:4px;font-size:16px;font-weight:500;z-index:100;animation:fadeInOut 1.5s ease-in-out}.lb-message.success{background:#fff;color:#000;box-shadow:0 2px 10px #0000001a}.lb-message.error{background:#000;color:#fff}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-10px)}15%{opacity:1;transform:translate(-50%) translateY(0)}85%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.lb-main{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;gap:60px;min-height:0}@media(max-width:768px){.lb-main{flex-direction:column;align-items:center;padding:40px 20px 20px;gap:20px;justify-content:flex-start}}.lb-word-section{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:350px;width:100%;min-height:300px}.lb-input-display{width:100%;max-width:300px;text-align:center}.lb-current-text{font-size:32px;font-weight:700;letter-spacing:2px;text-transform:uppercase;min-height:40px;display:flex;align-items:center;justify-content:center;color:#000}.lb-caret{display:inline-block;width:2px;height:30px;background:#000;margin-left:2px;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.lb-underline{width:80%;height:3px;background:#000;margin:4px auto 0}.lb-hint{font-size:16px;font-weight:600;color:#000;margin-top:16px;text-align:center}.lb-word-chain{margin-top:30px;text-align:center;max-width:280px}.lb-word{font-size:16px;letter-spacing:2px;color:#0009;display:inline}.lb-dash{color:#fff;margin:0 2px}.lb-square-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.lb-canvas{cursor:pointer;width:380px;height:380px;background:#fff;border:1px solid #ccc}@media(max-height:750px){.lb-canvas{width:300px;height:300px}}@media(max-width:768px){.lb-canvas{width:300px;height:300px}}.lb-buttons{display:flex;gap:16px;margin-top:20px}.lb-btn{font-family:inherit;background-color:#faa6a4;box-shadow:none;border:1px solid rgba(51,51,51,.5);border-radius:40px;padding:12px 24px;min-width:90px;font-size:16px;color:#333;cursor:pointer;transition:background-color .2s}.lb-btn:hover:not(:disabled){background-color:#eaa195}.lb-btn:disabled{opacity:.5;cursor:not-allowed}.lb-btn.dark{background-color:#000;color:#fff;border-color:#000;font-weight:600}.lb-btn.dark:hover{background-color:#333}.lb-progress{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 20px;font-size:14px;color:#333;flex-shrink:0;border-top:1px solid rgba(0,0,0,.1)}.lb-progress-dots{display:flex;gap:4px}.lb-dot{width:10px;height:10px;border-radius:50%;background:#fff6;transition:background .3s}.lb-dot.filled{background:#000}.lb-modal-overlay{position:fixed;inset:0;background:#f8aa9ee6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.lb-modal{background:#fff;border-radius:8px;padding:30px;max-width:380px;width:100%;text-align:center;position:relative;box-shadow:0 4px 20px #00000026}.lb-modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1}.lb-modal-close:hover{color:#000}.lb-modal h3{font-family:Georgia,serif;font-size:26px;font-weight:700;margin-bottom:20px}.lb-modal ul{text-align:left;padding-left:20px;margin:0}.lb-modal li{font-size:15px;line-height:1.6;margin-bottom:8px;color:#333}.lb-complete h2{font-family:Georgia,serif;font-size:32px;margin-bottom:16px}.lb-complete p{font-size:18px;color:#333;margin-bottom:20px}.lb-complete strong{font-size:24px;color:#000}.lb-complete-words{font-size:14px;letter-spacing:2px;color:#666;padding:16px;background:#f5f5f5;border-radius:4px;margin-bottom:24px}.lb-complete-actions{display:flex;flex-direction:column;gap:12px}.lb-complete-actions .lb-btn{width:100%}.hint-btn{background:linear-gradient(135deg,gold,orange);color:#333!important;border-radius:20px;font-weight:600;border:none!important;box-shadow:0 2px 8px #ffa5004d;transition:transform .2s,box-shadow .2s}.hint-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #ffa50066;text-decoration:none!important}.lb-hint-modal{padding:40px 30px}.lb-hint-emoji{font-size:48px;margin-bottom:16px;animation:bounce .6s ease-out}@keyframes bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.lb-hint-modal h3{font-size:22px;color:#d4af37;margin-bottom:16px}.lb-hint-text{font-size:18px;line-height:1.6;color:#333;margin-bottom:24px;padding:16px;background:linear-gradient(135deg,#fff9e6,#fff3cd);border-radius:8px;border-left:4px solid #D4AF37}.lb-hint-path-preview{background:#f0f0f0;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px;color:#666}.lb-hint-path-preview p{margin:0}.lb-hint-actions{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.lb-hint-actions .lb-btn{min-width:100px}.lb-hint-progress{display:flex;justify-content:center;gap:8px}.lb-hint-dot{width:10px;height:10px;border-radius:50%;background:#ddd;transition:background .3s,transform .3s}.lb-hint-dot.active{background:#d4af37;transform:scale(1.2)}.lb-message.info{background:linear-gradient(135deg,gold,orange);color:#333;box-shadow:0 2px 10px #ffa5004d}.lb-stats-modal{max-width:400px}.lb-stats-modal h3{text-align:center;font-size:22px;margin-bottom:24px;color:#1a1a2e}.lb-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.lb-stat-item{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f8f9fa;border-radius:12px;transition:transform .2s,box-shadow .2s}.lb-stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.lb-stat-item.highlight{background:linear-gradient(135deg,#ffd93d,#f7b731)}.lb-stat-item.highlight .lb-stat-value{color:#1a1a2e}.lb-stat-value{font-size:36px;font-weight:700;color:#1a1a2e;line-height:1;margin-bottom:4px}.lb-stat-label{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px}.lb-stats-info{background:#f0f8ff;border-radius:12px;padding:16px;border-left:4px solid #4A90D9}.lb-stats-info p{margin:0 0 8px;font-size:14px;color:#333;line-height:1.5}.lb-stats-info p:last-child{margin-bottom:0}.lb-par-success{color:#2d8a7e;font-weight:600;font-size:18px;margin:8px 0 16px}@media(max-width:480px){.lb-nav-title em{font-size:20px}.lb-current-text{font-size:26px}.lb-hint{font-size:14px}.lb-canvas{width:260px;height:260px}.lb-btn{padding:10px 20px;font-size:14px;min-width:80px}.hint-btn{font-size:12px;padding:6px 10px}.lb-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.lb-stat-value{font-size:28px}.lb-stat-label{font-size:11px}}.crossword-game{min-height:100vh;display:flex;flex-direction:column;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.crossword-intro-page{background:#3d7a9e;position:relative}.crossword-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.crossword-intro-page .back-btn{width:40px;height:40px;border:none;background:#ffffff4d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#fff}.crossword-intro-page .back-btn:hover{background:#ffffff80}.crossword-intro-page .back-icon{font-size:20px;font-weight:600}.crossword-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.crossword-intro-icon{margin-bottom:24px}.crossword-intro-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:48px;font-weight:700;color:#fff;margin:0 0 12px}.crossword-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 20px;max-width:300px}.crossword-difficulty{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:14px;margin-bottom:32px;background:#ffffff26;padding:8px 20px;border-radius:20px}.difficulty-label{font-weight:600}.difficulty-dot{opacity:.6}.difficulty-level{opacity:.9}.crossword-play-btn{background:#fff;color:#333;border:none;padding:16px 64px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:28px}.crossword-play-btn:hover{background:#333;color:#fff}.crossword-intro-info{color:#fffc;font-size:14px}.crossword-game-page{background:#fff}.crossword-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#666}.crossword-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.crossword-header .header-left{display:flex;align-items:center;gap:12px}.crossword-header .back-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#333}.crossword-header .back-btn:hover{background:#e8e8e8}.crossword-header .back-icon{font-size:18px;font-weight:600}.crossword-header .title-group{display:flex;flex-direction:column}.crossword-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;margin:0;color:#333}.crossword-date{font-size:12px;color:#787878}.crossword-header .header-right{display:flex;align-items:center;gap:8px}.crossword-header .icon-btn{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.crossword-header .icon-btn:hover{background:#f5f5f5}.crossword-game-container{display:flex;flex:1;max-width:1400px;margin:0 auto;width:100%}.crossword-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px}.current-clue-bar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#f0f4f8;border-radius:8px;margin-bottom:24px;width:100%;max-width:600px}.clue-direction-badge{background:#3d7a9e;color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px}.current-clue-bar .clue-number{font-weight:700;font-size:16px;color:#333}.current-clue-bar .clue-text{font-size:15px;color:#333;flex:1}.crossword-grid-wrapper{margin-bottom:24px;overflow-x:auto;padding:10px;position:relative}.mobile-input{position:absolute;opacity:0;width:1px;height:1px;top:50%;left:50%;pointer-events:none;z-index:-1}.crossword-grid{display:inline-block;border:2px solid #333;background:#333;gap:1px;touch-action:manipulation}.crossword-grid .grid-row{display:flex}.crossword-grid .grid-cell{width:40px;height:40px;background:#fff;border:1px solid #333;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.crossword-grid .grid-cell.black-cell{background:#333;cursor:default}.crossword-grid .grid-cell.selected{background:#f8cd05}.crossword-grid .grid-cell.highlighted{background:#a7d8ff}.crossword-grid .grid-cell.highlighted.selected{background:#f8cd05}.crossword-grid .grid-cell.revealed .cell-letter{color:#3d7a9e}.crossword-grid .grid-cell.incorrect{background:#ffcccb}.crossword-grid .grid-cell.incorrect .cell-letter{color:#c00}.crossword-grid .grid-cell:hover:not(.black-cell):not(.selected){background:#e8f4ff}.crossword-grid .cell-number{position:absolute;top:2px;left:3px;font-size:11px;font-weight:600;color:#333}.crossword-grid .cell-letter{font-size:22px;font-weight:600;color:#333;text-transform:uppercase}.crossword-controls{display:flex;align-items:center;gap:24px}.timer-display{display:flex;align-items:center;gap:8px}.pause-btn{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s}.pause-btn:hover{background:#e8e8e8}.timer-text{font-size:20px;font-weight:600;color:#333;min-width:70px}.control-buttons{display:flex;gap:8px}.control-btn{width:44px;height:44px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s}.control-btn:hover{background:#e8e8e8}.control-btn .btn-icon{font-size:20px;line-height:1}.crossword-clues-panel{width:320px;border-left:1px solid #e0e0e0;overflow-y:auto;max-height:calc(100vh - 60px)}.crossword-clues-panel .clues-section{padding:20px}.crossword-clues-panel .clues-section:first-child{border-bottom:1px solid #e0e0e0}.crossword-clues-panel h3{font-size:13px;font-weight:700;color:#787878;letter-spacing:1px;margin:0 0 16px}.crossword-clues-panel ul{list-style:none;padding:0;margin:0}.crossword-clues-panel li{display:flex;gap:8px;padding:10px 12px;margin:2px 0;border-radius:6px;cursor:pointer;transition:background .15s;font-size:14px;line-height:1.4}.crossword-clues-panel li:hover{background:#f5f5f5}.crossword-clues-panel li.active{background:#a7d8ff}.crossword-clues-panel li strong{color:#333;min-width:24px}.crossword-clues-panel li span{color:#333}.crossword-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.crossword-modal{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d}.crossword-modal .close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;color:#333}.crossword-modal .close-btn:hover{background:#e8e8e8}.crossword-modal h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:28px;margin:0 0 20px;text-align:center;color:#333}.crossword-modal p{text-align:center;color:#666;margin-bottom:24px}.pause-modal{text-align:center}.complete-modal .complete-header{text-align:center;margin-bottom:24px}.complete-icon{font-size:48px;display:block;margin-bottom:16px}.complete-stats{display:flex;justify-content:center;gap:32px;margin-bottom:32px}.complete-stats .stat-item{text-align:center}.complete-stats .stat-value{display:block;font-size:28px;font-weight:700;color:#3d7a9e}.complete-stats .stat-label{font-size:14px;color:#787878}.stats-modal .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.stats-modal .stat-box{background:#f5f5f5;padding:20px;border-radius:12px;text-align:center}.stats-modal .stat-number{display:block;font-size:28px;font-weight:700;color:#3d7a9e}.stats-modal .stat-label{font-size:12px;color:#787878;margin-top:4px}.help-modal .help-content{text-align:left}.help-modal .help-content p{text-align:left;margin-bottom:16px}.help-modal .help-content h4{margin:20px 0 12px;font-size:16px;color:#333}.help-modal .help-content ul{list-style:none;padding:0;margin:0}.help-modal .help-content li{padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333}.help-modal .help-content li:last-child{border-bottom:none}.modal-btn{width:100%;padding:14px 24px;border:none;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.modal-btn.primary{background:#333;color:#fff}.modal-btn.primary:hover{background:#555}@media(max-width:1024px){.crossword-game-container{flex-direction:column}.crossword-clues-panel{width:100%;border-left:none;border-top:1px solid #e0e0e0;max-height:none;display:grid;grid-template-columns:1fr 1fr}.crossword-clues-panel .clues-section:first-child{border-bottom:none;border-right:1px solid #e0e0e0}}@media(max-width:768px){.crossword-header{padding:10px 12px}.crossword-title{font-size:16px}.crossword-date{font-size:11px}.crossword-header .back-btn,.crossword-header .icon-btn{width:34px;height:34px}.crossword-header .header-left{gap:8px}.crossword-main{padding:12px 8px}.crossword-grid-wrapper{width:100%;display:flex;justify-content:center;padding:0;margin-bottom:16px}.crossword-grid .grid-cell{width:calc((100vw - 40px) / 15);height:calc((100vw - 40px) / 15);max-width:28px;max-height:28px}.crossword-grid .cell-letter{font-size:clamp(10px,3vw,14px)}.crossword-grid .cell-number{font-size:clamp(5px,1.5vw,8px)}.current-clue-bar{flex-wrap:wrap;gap:6px;padding:10px 12px;margin-bottom:16px;max-width:100%}.clue-direction-badge{font-size:10px;padding:3px 8px}.current-clue-bar .clue-number{font-size:14px}.current-clue-bar .clue-text{width:100%;font-size:13px;line-height:1.4}.crossword-controls{flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;padding:0 8px}.timer-display{order:-1;width:100%;justify-content:center;margin-bottom:8px}.control-buttons{gap:6px}.control-btn{width:36px;height:36px}.crossword-clues-panel{grid-template-columns:1fr}.crossword-clues-panel .clues-section:first-child{border-right:none;border-bottom:1px solid #e0e0e0}.crossword-clues-panel .clues-section{padding:16px 12px}.crossword-clues-panel li{padding:8px 10px;font-size:13px}.crossword-intro-title{font-size:36px}.crossword-intro-subtitle{font-size:15px}.crossword-play-btn{padding:14px 48px;font-size:15px}.crossword-difficulty{font-size:13px;padding:6px 16px}.crossword-modal{padding:24px 20px;margin:0 16px}.crossword-modal h2{font-size:24px}.stats-modal .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stats-modal .stat-box{padding:16px 12px}.stats-modal .stat-number{font-size:22px}.help-modal .help-content li{font-size:13px;padding:6px 0}}@media(max-width:480px){.crossword-header{padding:8px 10px}.crossword-title{font-size:14px}.crossword-header .back-btn,.crossword-header .icon-btn{width:32px;height:32px}.crossword-main{padding:10px 6px}.crossword-grid .grid-cell{width:calc((100vw - 32px) / 15);height:calc((100vw - 32px) / 15);max-width:24px;max-height:24px}.crossword-grid .cell-letter{font-size:clamp(8px,2.5vw,12px)}.crossword-grid .cell-number{font-size:clamp(4px,1.2vw,6px);top:0;left:1px}.current-clue-bar{padding:8px 10px}.current-clue-bar .clue-text{font-size:12px}.control-btn{width:34px;height:34px}.control-btn svg{width:18px;height:18px}.timer-text{font-size:18px}.crossword-intro-title{font-size:32px}.crossword-intro-subtitle{font-size:14px}.crossword-intro-icon svg{width:64px;height:64px}}@media(max-width:380px){.crossword-grid .grid-cell{width:calc((100vw - 24px) / 15);height:calc((100vw - 24px) / 15);max-width:22px;max-height:22px}.crossword-grid .cell-letter{font-size:clamp(7px,2.2vw,10px)}.crossword-grid .cell-number{font-size:4px}.crossword-grid{border-width:1px}.crossword-grid .grid-cell{border-width:.5px}}.pips-game{--domino-half-size: 60px;--color-bg: #ffffff;--color-text: #1a1a1b;--color-text-secondary: #787c7e;--color-border: #d3d6da;background:#fff;position:relative;--color-purple: #b8a9c9;--color-purple-dark: #8b6fb0;--color-pink: #f0c4d4;--color-pink-dark: #e57ba0;--color-blue: #a8d4e6;--color-blue-dark: #2b9eb3;--color-orange: #f5d5a8;--color-orange-dark: #e89b3c;--color-teal: #9dd5d5;--color-teal-dark: #1d9999;--color-green: #b8ddb8;--color-green-dark: #4caf50;--color-yellow: #f5e6a8;--color-yellow-dark: #dbb02a;--color-gray: #e0dcd8;--color-gray-dark: #9e9e9e;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--color-bg);font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,sans-serif}.pips-game.dark{--color-bg: #121213;--color-text: #d7dadc;--color-text-secondary: #818384;--color-border: #3a3a3c}.pips-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 40px;background:linear-gradient(180deg,#b88aae,#cca8c4);text-align:center}.pips-game.dark .pips-welcome{background:linear-gradient(180deg,#3d2a38,#2a1a2a)}.pips-icon{width:60px;height:60px;margin-bottom:16px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='22' height='50' rx='4' fill='white' stroke='%23333' stroke-width='2'/%3E%3Crect x='33' y='5' width='22' height='50' rx='4' fill='white' stroke='%23333' stroke-width='2'/%3E%3Ccircle cx='16' cy='20' r='4' fill='%23333'/%3E%3Ccircle cx='16' cy='40' r='4' fill='%23333'/%3E%3Ccircle cx='44' cy='15' r='3' fill='%23333'/%3E%3Ccircle cx='44' cy='30' r='3' fill='%23333'/%3E%3Ccircle cx='44' cy='45' r='3' fill='%23333'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.pips-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:48px;font-weight:700;color:#000;margin:0 0 8px}.pips-game.dark .pips-title{color:#fff}.pips-subtitle{font-family:nyt-karnakcondensed,Georgia,serif;font-size:20px;font-weight:400;color:#000;margin:0 0 32px}.pips-game.dark .pips-subtitle{color:#ddd}.difficulty-container{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}.level-toggle{display:flex;background:#ffffff4d;border-radius:8px;overflow:hidden}.level-option{padding:10px 24px;font-size:14px;font-weight:600;background:transparent;border:none;cursor:pointer;color:#333;transition:all .2s}.level-option.selected{background:#000;color:#fff}.play-button{padding:14px 60px;font-size:16px;font-weight:600;background:#000;color:#fff;border:none;border-radius:30px;cursor:pointer;transition:transform .2s}.play-button:hover{transform:scale(1.02)}.game-date{font-size:14px;color:#333;margin:0 0 24px}.pips-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.pips-back-btn{width:40px;height:40px;border:none;background:#ffffff4d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pips-back-btn:hover{background:#ffffff80}.pips-back-btn .back-icon{font-size:20px;font-weight:600;color:#333}.pips-game.dark .pips-back-btn{background:#ffffff1a}.pips-game.dark .pips-back-btn:hover{background:#fff3}.pips-game.dark .pips-back-btn .back-icon{color:#fff}.pips-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:2px dashed var(--color-border);background:var(--color-bg)}.header-left{display:flex;align-items:center;gap:16px}.game-title{font-family:nyt-franklin,Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:800;color:#000;margin:0;line-height:1.1}.pips-game.dark .game-title{color:#fff}.game-date{font-size:14px;color:#666;font-weight:400}.pips-game.dark .game-date{color:#999}.back-btn{background:none;border:none;width:40px;height:40px;border-radius:50%;background-color:#e8e8e8;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.pips-game.dark .back-btn{background-color:#3a3a3c;color:#d7dadc}.pips-game.dark .back-btn:hover{background-color:#4a4a4c}.back-icon{font-size:20px;font-weight:700;line-height:1}.pips-game .icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:var(--color-text)}.pips-game .icon-btn:hover{background:#0000000d}.pips-game.dark .icon-btn:hover{background:#ffffff1a}.text-btn{padding:8px 16px;font-size:14px;font-weight:600;background:none;border:1px solid var(--color-border);border-radius:20px;cursor:pointer;color:var(--color-text)}.timer-display{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:20px;font-size:16px;font-weight:500;color:var(--color-text)}.instructions{text-align:center;font-size:14px;color:var(--color-text-secondary);margin:16px 0;padding:0 20px}.game-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:20px;gap:24px;overflow:visible}.pips-game .pips-board-container{position:relative;display:grid;grid-template-columns:repeat(var(--cols),var(--domino-half-size));grid-template-rows:repeat(var(--rows),var(--domino-half-size));gap:0;padding-right:var(--domino-half-size);padding-bottom:var(--domino-half-size)}.pips-game .board-background,.pips-game .board-regions,.pips-game .board-dominoes{display:grid;grid-template-columns:repeat(var(--cols),var(--domino-half-size));grid-template-rows:repeat(var(--rows),var(--domino-half-size));position:absolute;top:0;left:0}.pips-game .board-background{width:calc(var(--cols) * var(--domino-half-size));height:calc(var(--rows) * var(--domino-half-size))}.pips-game .board-regions{width:calc(var(--cols) * var(--domino-half-size));height:calc(var(--rows) * var(--domino-half-size));overflow:visible}.pips-game .board-dominoes{width:calc(var(--cols) * var(--domino-half-size) + var(--domino-half-size));height:calc(var(--rows) * var(--domino-half-size) + var(--domino-half-size));overflow:visible}.board-background{z-index:1}.board-dominoes{z-index:2}.board-regions{z-index:3;pointer-events:none}.background-cell{background:#e8e4e0;border:1px solid #d5d0ca}.background-cell.purple{background:var(--color-purple)}.background-cell.pink{background:var(--color-pink)}.background-cell.blue{background:var(--color-blue)}.background-cell.orange{background:var(--color-orange)}.background-cell.teal{background:var(--color-teal)}.background-cell.green{background:var(--color-green)}.background-cell.yellow{background:var(--color-yellow)}.background-cell.gray{background:var(--color-gray)}.background-cell.hidden{background:transparent;border:none}.region-cell{position:relative;border:3px dashed transparent;box-sizing:border-box;margin:3px;border-radius:4px}.region-cell.purple{border-color:var(--color-purple-dark)}.region-cell.pink{border-color:var(--color-pink-dark)}.region-cell.blue{border-color:var(--color-blue-dark)}.region-cell.orange{border-color:var(--color-orange-dark)}.region-cell.teal{border-color:var(--color-teal-dark)}.region-cell.green{border-color:var(--color-green-dark)}.region-cell.yellow{border-color:var(--color-yellow-dark)}.region-cell.gray{border-color:transparent}.region-label{position:absolute;bottom:-14px;right:-14px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10;clip-path:polygon(0% 50%,30% 0%,100% 0%,100% 100%,30% 100%);padding-left:7px}.region-label.purple{background:var(--color-purple-dark)}.region-label.pink{background:var(--color-pink-dark)}.region-label.blue{background:var(--color-blue-dark)}.region-label.orange{background:var(--color-orange-dark)}.region-label.teal{background:var(--color-teal-dark)}.region-label.green{background:var(--color-green-dark)}.region-label.yellow{background:var(--color-yellow-dark)}.region-label-text{font-size:18px;font-weight:700;color:#fff}.equal-symbol{display:flex;flex-direction:column;gap:3px}.equal-symbol:before,.equal-symbol:after{content:"";width:14px;height:3px;background:#fff;border-radius:1px}.domino,.placed-domino,.dragging-domino{display:flex;background:#fff;border:2px solid #333;border-radius:10px;cursor:grab;box-shadow:0 3px 8px #00000026,inset 0 -3px #0000001a;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.domino:hover{box-shadow:0 5px 15px #0003,inset 0 -3px #0000001a}.domino:active{cursor:grabbing}.domino,.dragging-domino,.placed-domino{flex-direction:row}.placed-domino.vertical{flex-direction:column}.half-domino{width:var(--domino-half-size);height:var(--domino-half-size);display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.half-domino.first{border-right:2px solid #333}.placed-domino.vertical .half-domino.first{border-right:none;border-bottom:2px solid #333}.dots-wrapper{position:relative;width:100%;height:100%}.dot{position:absolute;width:12px;height:12px;background:#333;border-radius:50%;transition:all .3s ease}.dot.middle{top:50%;left:50%;transform:translate(-50%,-50%)}.dot.topLeft{top:18%;left:18%}.dot.topRight{top:18%;right:18%}.dot.bottomLeft{bottom:18%;left:18%}.dot.bottomRight{bottom:18%;right:18%}.dot.middleLeft{top:50%;left:18%;transform:translateY(-50%)}.dot.middleRight{top:50%;right:18%;transform:translateY(-50%)}.placed-domino{position:relative}.hover-indicator{background:#0096884d;border:3px dashed #009688;border-radius:10px;pointer-events:none;z-index:4;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.dragging-domino{position:fixed;z-index:1000;pointer-events:none;opacity:.95;box-shadow:0 12px 30px #00000059;border-radius:10px}.dragging-domino.horizontal{transform:scale(1.08)}.dragging-domino.vertical{transform:rotate(90deg) scale(1.08)}.tray-container{width:100%;padding:24px 20px;border-top:1px solid var(--color-border)}.tray{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:10px 0}.tray-domino-wrapper{position:relative;flex-shrink:0;width:calc(var(--domino-half-size) * 2 + 6px);height:calc(var(--domino-half-size) + 6px)}.empty-slot{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);border-radius:10px;box-sizing:border-box}.pips-game:not(.dark) .empty-slot{background:#f0f0f0;border-color:#ccc}.tray-domino-wrapper .domino{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0);z-index:1;transition:transform .25s ease}.tray-domino-wrapper .domino.vertical{transform:translate(-50%,-50%) rotate(90deg)}.pips-game .pips-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.pips-game .pips-modal{background:var(--color-bg);border-radius:16px;max-width:450px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.pips-game .pips-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--color-border)}.pips-game .pips-modal-header h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:24px;font-weight:700;color:var(--color-text);margin:0}.pips-game .pips-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:24px;cursor:pointer;color:var(--color-text);border-radius:50%}.pips-game .pips-close-btn:hover{background:#0000001a}.pips-game .pips-modal-content{padding:24px}.pips-game .pips-modal-content p{font-size:16px;color:var(--color-text);line-height:1.5;margin:0 0 16px}.pips-game .pips-modal-content ul{margin:0 0 16px;padding-left:20px}.pips-game .pips-modal-content li{font-size:14px;color:var(--color-text);margin-bottom:8px}.pips-game .tutorial-modal{max-width:500px}.pips-game .tutorial-content{padding:30px}.pips-game .tutorial-content h1{font-family:nyt-karnakcondensed,Georgia,serif;font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 16px;text-align:center}.pips-game .condition-list{display:flex;flex-direction:column;gap:12px;margin:20px 0}.pips-game .condition-item{display:flex;align-items:center;gap:12px}.pips-game .condition-badge{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}.pips-game .condition-badge.blue{background:var(--color-blue-dark)}.pips-game .condition-badge.pink{background:var(--color-pink-dark)}.pips-game .condition-badge.orange{background:var(--color-orange-dark)}.pips-game .tutorial-buttons{display:flex;justify-content:center;gap:12px;margin-top:24px}.pips-game .tutorial-buttons button{width:100px;height:44px;padding:0;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;box-sizing:border-box}.pips-game .tutorial-buttons .skip-btn{background:#fff;color:#000;border:1px solid #000000}.pips-game .tutorial-buttons .play-btn{background:#000;color:#fff;border:1px solid #000000}.pips-game .setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--color-border)}.pips-game .setting-item:last-child{border-bottom:none}.pips-game .toggle{width:48px;height:28px;background:var(--color-border);border:none;border-radius:14px;cursor:pointer;position:relative;transition:background-color .3s}.pips-game .toggle.active{background:#6aaa64}.pips-game .toggle-slider{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.pips-game .toggle.active .toggle-slider{transform:translate(20px)}.pips-game .complete-modal{text-align:center;padding:40px 30px}.pips-game .complete-icon{font-size:64px;margin-bottom:16px}.pips-game .complete-modal h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:32px;font-weight:700;color:var(--color-text);margin:0 0 8px}.pips-game .complete-modal p{font-size:16px;color:var(--color-text-secondary);margin:0 0 16px}.pips-game .complete-time{font-size:24px;font-weight:700;color:var(--color-text);margin-bottom:24px}.pips-game .complete-buttons{display:flex;flex-direction:column;gap:12px}.pips-game .secondary-btn{padding:14px 30px;font-size:16px;font-weight:600;background:#fff;color:#333;border:1px solid #333;border-radius:30px;cursor:pointer}@media(max-width:768px){.pips-game{--domino-half-size: 55px}.dot{width:11px;height:11px}.region-label{width:30px;height:30px;bottom:-12px;right:-12px}.region-label-text{font-size:15px}.tray{gap:12px}}@media(max-width:500px){.pips-game{--domino-half-size: 45px}.pips-title{font-size:36px}.level-option{padding:8px 16px;font-size:12px}.play-button{padding:12px 40px;font-size:14px}.dot{width:9px;height:9px}.region-label{width:26px;height:26px;bottom:-10px;right:-10px}.region-label-text{font-size:13px}.tray{gap:10px;flex-wrap:wrap}}@media(max-width:380px){.pips-game{--domino-half-size: 38px}.dot{width:7px;height:7px}}.strands-page{min-height:100vh;display:flex;flex-direction:column;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.strands-page:not(.game-mode){background-color:#5ba89c;position:relative}.strands-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.strands-intro-page .back-btn{background-color:#ffffff4d;color:#fff}.strands-intro-page .back-btn:hover{background-color:#ffffff80}.strands-page:not(.game-mode) .back-btn:hover{background-color:#ffffff4d!important;background:#ffffff4d!important}.strands-page:not(.game-mode) .icon-btn{color:#fff}.strands-page:not(.game-mode) .icon-btn:hover{background-color:#fff3}.strands-page.game-mode{background-color:#fff}.strands-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #e8e8e8}.header-right{display:flex;align-items:center;gap:4px}.strands-title{font-size:22px;font-weight:700;color:#000;margin:0;line-height:1.1}.strands-date{font-size:13px;color:#787878;font-weight:400}.strands-page .back-btn{border:none;width:40px;height:40px;padding:0;border-radius:50%;background-color:#e8e8e8!important;background:#e8e8e8!important;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.strands-page .back-btn:hover{background-color:#d8d8d8!important;background:#d8d8d8!important;transform:none}.back-icon{font-size:18px;font-weight:700;line-height:1}.icon-btn{background:none;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s}.icon-btn:hover{background-color:#0000000f}.strands-intro{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.intro-logo{margin-bottom:20px}.intro-title{font-family:nyt-cheltenham,Georgia,serif;font-size:48px;font-weight:700;color:#fff;margin:0 0 12px}.intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px;line-height:1.4}.play-btn{background:#fff;color:#333;border:none;padding:16px 64px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:28px}.play-btn:hover{background:#333;color:#fff}.puzzle-info{display:flex;flex-direction:column;gap:4px;color:#787878;font-size:14px}.info-number{font-weight:600}.game-container{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:40px 40px 60px;gap:60px;background:#fff;max-width:1000px;margin:0 auto}.left-panel{display:flex;flex-direction:column;align-items:center;gap:24px;min-width:220px;max-width:280px;width:280px;flex-shrink:0;padding-top:20px}.theme-card{background:#b8e4e0;border-radius:8px;padding:16px 24px;text-align:center;width:100%}.theme-label{display:block;font-size:11px;font-weight:600;letter-spacing:1px;color:#333;margin-bottom:6px;text-transform:uppercase}.theme-name{font-size:20px;font-weight:700;color:#121212}.strands-progress-text{font-size:16px;color:#333;text-align:center;background:#fdf8e8;border:2px solid #f5c542;border-radius:8px;padding:12px 16px;width:100%;box-sizing:border-box;position:relative}.strands-progress-text strong{font-weight:700}.hint-button{background:#fff;border:1px solid #d0d0d0;border-radius:24px;padding:12px 36px;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.hint-button:hover{background:#f5f5f5;border-color:#999}.hint-button.ready{background:#b8e4e0;border-color:#8fd4ce;color:#333}.hint-button.ready:hover{background:#a0d8d2}.hint-progress{margin-left:6px;font-size:14px;color:#888}.right-panel{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:20px;flex-shrink:0}.letter-grid{position:relative;display:block}.letter-cell{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#121212;cursor:pointer;transition:all .15s ease;background:transparent;z-index:5;position:relative}.letter-cell:before{content:"";position:absolute;width:38px;height:38px;border-radius:50%;background:transparent;transition:all .15s ease;z-index:-1}.letter-cell:hover:not(.found):not(.selected):before{background:#0000000d}.letter-cell.selected:before{background:#e8dfd0;box-shadow:0 0 0 2px #c8b89a}.letter-cell.selected{z-index:15}.letter-cell.found{color:#b8e4e0;cursor:default;background:transparent}.letter-cell.found.spangram{color:#f8cd05}.letter-cell.hinted{animation:hint-pulse 1.5s ease-in-out infinite}@keyframes hint-pulse{0%,to{background:#b8e4e04d;box-shadow:0 0 0 2px #b8e4e080}50%{background:#b8e4e099;box-shadow:0 0 0 3px #b8e4e0cc}}.connection-lines{pointer-events:none}.current-word-display{text-align:center;font-size:28px;font-weight:700;color:#121212;letter-spacing:4px;padding:12px 20px;min-height:56px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;background:#f8f8f8;border-bottom:1px solid #e8e8e8}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:16px 32px;border-radius:12px;font-size:18px;font-weight:600;z-index:100;background:#000000d9;color:#fff;white-space:nowrap;box-shadow:0 4px 20px #0000004d}.toast.success{background:#2d8a7e;color:#fff}.toast.spangram{background:#d4a90a;color:#fff}.toast.hint{background:#000c;color:#fff}.toast.error{background:#d63031;color:#fff}.toast.info{background:#000000d9;color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.help-modal,.stats-modal{background:#fff;border-radius:12px;max-width:400px;width:100%;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e8e8e8}.modal-header h2{margin:0;font-size:20px;font-weight:700}.close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0}.modal-content{padding:24px}.modal-content p{margin:0 0 16px;line-height:1.5;font-size:15px}.modal-content ul{margin:0;padding-left:20px}.modal-content li{margin-bottom:12px;line-height:1.5;font-size:14px}.spangram-highlight{background:#f8cd05;color:#121212;padding:2px 6px;border-radius:4px;font-weight:600}.help-content{padding:20px 24px}.help-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.help-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.help-intro{font-size:16px;font-weight:500;color:#121212;margin:0}.help-item{display:flex;align-items:flex-start;gap:12px}.help-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.help-icon.highlight-theme{color:#b8e4e0}.help-icon.highlight-spangram{color:#f8cd05}.help-item p{margin:0;font-size:14px;line-height:1.5;color:#333}.theme-word-example{background:#b8e4e0;color:#121212;padding:1px 6px;border-radius:3px;font-weight:500}.spangram-example{background:#f8cd05;color:#121212;padding:1px 6px;border-radius:3px;font-weight:500}.stats-content{padding:24px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:32px;font-weight:700;color:#121212;line-height:1;margin-bottom:4px}.stat-label{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px}.complete-modal{background:#fff;padding:40px;border-radius:16px;text-align:center;max-width:380px;width:100%}.complete-icon{font-size:48px;margin-bottom:12px}.complete-modal h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:32px;font-weight:700;margin:0 0 8px}.complete-modal>p{color:#666;font-size:16px;margin:0 0 24px}.theme-reveal{background:#b8e4e0;padding:16px;border-radius:12px;margin-bottom:24px}.theme-reveal .label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#555;margin-bottom:4px}.theme-reveal .theme{display:block;font-size:22px;font-weight:700;color:#121212}.play-again-btn{background:#121212;color:#fff;border:none;padding:14px 40px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.play-again-btn:hover{background:#333}@media(max-width:900px){.game-container{flex-direction:column;align-items:center;gap:24px;padding:24px 16px}.left-panel{padding-top:0;width:100%;max-width:320px;min-width:auto;order:1}.right-panel{order:2}.theme-card{padding:12px 20px}.theme-name{font-size:18px}.strands-progress-text{padding:10px 14px;font-size:15px}.current-word-display{font-size:24px;min-height:48px}}@media(max-width:500px){.strands-header{padding:10px 12px}.strands-title{font-size:18px}.intro-title{font-size:36px}.current-word-display{font-size:22px;letter-spacing:3px}}.tiles-container{--theme-color: #9bc95b;min-height:100vh;display:flex;flex-direction:column}.tiles-intro-page{background:#7ba648;position:relative}.tiles-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.tiles-intro-page .back-btn{background-color:#ffffff4d;color:#fff}.tiles-intro-page .back-btn:hover{background-color:#ffffff4d}.tiles-intro-page .icon-btn{color:#fff}.tiles-intro-page .icon-btn:hover{background-color:#fff3}.tiles-intro-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.tiles-intro-icon{margin-bottom:24px}.tiles-intro-icon svg rect{opacity:.9}.tiles-intro-title{font-family:nyt-cheltenham,Georgia,serif;font-size:42px;font-weight:700;color:#fff;margin:0 0 12px}.tiles-intro-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px}.tiles-play-btn{background:#fff;color:#9bc95b;border:none;padding:16px 64px;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.tiles-play-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.tiles-intro-info{color:#fffc;font-size:14px}.tiles-game-page{background:#fff}.tiles-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px dashed #e0e0e0;background:#fff}.tiles-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;color:#121212;margin:0;line-height:1.1}.tiles-date{font-size:13px;color:#666;font-weight:400}.theme-banner{display:flex;flex-direction:column;align-items:center;padding:16px;background:linear-gradient(135deg,var(--theme-color) 0%,color-mix(in srgb,var(--theme-color) 70%,white) 100%)}.theme-label{font-size:12px;color:#ffffffe6;text-transform:uppercase;letter-spacing:1px}.theme-name{font-size:24px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.game-main{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:40px;padding:30px 40px;flex:1}.game-area{display:flex;flex-direction:column;align-items:center}.tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px;background:#00000008;border-radius:20px;max-width:400px}.tile{width:80px;height:80px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:box-shadow .2s,transform .2s;border:2px solid transparent}.tile:hover:not(.matched){box-shadow:0 6px 20px #0000001f}.tile.selected{background:var(--theme-color);border-color:color-mix(in srgb,var(--theme-color) 70%,black);box-shadow:0 0 0 4px color-mix(in srgb,var(--theme-color) 30%,transparent)}.tile.matched{pointer-events:none}.tile-symbol{font-size:40px;line-height:1}.tile.selected .tile-symbol{filter:brightness(1.1) drop-shadow(0 2px 4px rgba(0,0,0,.2))}.combo-banner{margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:20px;font-weight:700;border-radius:30px;box-shadow:0 4px 15px #ee5a2466}.info-panel{display:flex;flex-direction:column;align-items:center;gap:20px;min-width:200px;padding:24px;background:linear-gradient(180deg,#fafafa,#f0f0f0);border-radius:24px;box-shadow:0 4px 20px #0000000f}.score-display{text-align:center}.score-number{font-size:56px;font-weight:800;color:var(--theme-color);line-height:1;text-shadow:0 2px 8px color-mix(in srgb,var(--theme-color) 30%,transparent)}.score-label{font-size:12px;font-weight:600;color:#999;letter-spacing:3px;margin-top:4px}.progress-ring-container{position:relative;width:120px;height:120px}.progress-ring{width:100%;height:100%;transform:rotate(-90deg)}.progress-bg{stroke:#e8e8e8}.progress-fill{stroke:var(--theme-color);transition:stroke-dasharray .5s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-value{font-size:36px;font-weight:700;color:#2d2d2d}.progress-total{font-size:18px;font-weight:500;color:#999}.stats-row{display:flex;align-items:center;gap:20px;padding:16px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a}.mini-stat{display:flex;flex-direction:column;align-items:center;min-width:60px}.mini-value{font-size:24px;font-weight:700;color:#2d2d2d;font-family:SF Mono,Monaco,monospace}.mini-label{font-size:11px;font-weight:500;color:#999;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:1px;height:36px;background:#e0e0e0}.combo-display{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:30px;animation:pulse 1s ease infinite}.combo-display.hot{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.combo-display.hot .combo-value,.combo-display.hot .combo-label{color:#fff}.combo-value{font-size:24px;font-weight:800;color:#e67e22}.combo-label{font-size:12px;font-weight:700;color:#e67e22;letter-spacing:1px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.restart-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.restart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.complete-modal,.help-modal,.stats-modal{background:#fff;border-radius:20px;padding:40px;max-width:420px;width:100%;text-align:center}.help-modal{text-align:left;max-width:480px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:26px;font-weight:700;color:#121212;margin:0}.complete-icon{font-size:64px;margin-bottom:16px}.complete-modal h2{font-size:28px;font-weight:700;color:#121212;margin:0 0 8px}.complete-modal p{font-size:16px;color:#666;margin:0 0 24px}.complete-stats{display:flex;justify-content:center;gap:32px;margin-bottom:28px}.complete-stat{display:flex;flex-direction:column;align-items:center}.complete-stat .value{font-size:32px;font-weight:700;color:var(--theme-color)}.complete-stat .label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.complete-actions{display:flex;flex-direction:column;gap:12px}.action-btn{padding:14px 24px;border-radius:30px;border:2px solid #e0e0e0;background:#fff;font-size:16px;font-weight:600;color:#2d2d2d;cursor:pointer;transition:all .2s}.help-rules,.help-tips{margin:0 0 20px;padding-left:20px}.help-rules li,.help-tips li{font-size:15px;color:#333;line-height:1.6;margin-bottom:8px}.help-content h3{font-size:18px;font-weight:700;color:#121212;margin:0 0 12px}.help-note{font-size:14px;color:#666;background:#f8f8f8;padding:12px 16px;border-radius:8px;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.stat-item .stat-value{font-size:32px;font-weight:700;color:#121212}.stat-item .stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.best-time{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;background:color-mix(in srgb,var(--theme-color) 15%,white);border-radius:8px;font-size:15px;color:#333}.best-time strong{font-size:20px;color:var(--theme-color)}.no-stats{color:#888;font-style:italic;padding:40px 0;text-align:center}@media(max-width:800px){.game-main{flex-direction:column;align-items:center;gap:24px;padding:20px}.info-panel{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;min-width:auto;width:100%;max-width:420px;padding:20px}.score-display{flex:1;min-width:100px}.score-number{font-size:42px}.progress-ring-container{width:90px;height:90px}.progress-value{font-size:28px}.progress-total{font-size:14px}.stats-row{flex:100%;justify-content:center;padding:12px 20px}.mini-value{font-size:20px}.combo-display{padding:8px 16px}.combo-value{font-size:20px}.restart-btn{flex:100%;max-width:200px}}@media(max-width:480px){.tiles-grid{gap:8px;padding:16px}.tile{width:65px;height:65px;border-radius:12px}.tile-symbol{font-size:32px}.theme-name{font-size:20px}.stat-card{padding:10px}.stat-card .stat-value{font-size:18px}.stat-card .stat-label{font-size:10px}.complete-stats{gap:20px}.complete-stat .value{font-size:26px}}@media(max-width:360px){.tile{width:55px;height:55px}.tile-symbol{font-size:26px}.tiles-grid{gap:6px;padding:12px}}.sudoku-container{min-height:100vh;padding:0;display:flex;flex-direction:column}.sudoku-container.intro-mode{background:#fff3d4;position:relative}.sudoku-intro-header{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;z-index:10}.sudoku-container.intro-mode .back-btn{background-color:#00000014;color:#5a4a2a}.sudoku-container.intro-mode .back-btn:hover{background-color:#0000001f}.sudoku-container.intro-mode .icon-btn{color:#5a4a2a}.sudoku-container.intro-mode .icon-btn:hover{background-color:#00000014}.sudoku-container.game-mode{background:#fff}.sudoku-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px dashed #e0e0e0;background:#fff;width:100%;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:12px}.header-right{display:flex;align-items:center;gap:8px}.back-btn{width:36px;height:36px;border-radius:50%;border:none;background-color:#e8e8e8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.back-btn:hover{background-color:#d8d8d8}.back-icon{font-size:18px;font-weight:600;color:#2d2d2d;line-height:1}.title-group{display:flex;flex-direction:column;gap:2px}.sudoku-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;color:#121212;margin:0;line-height:1.1}.sudoku-date{font-size:13px;color:#666;font-weight:400}.icon-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2d2d2d;transition:all .2s}.icon-btn:hover{background-color:#f0f0f0}.difficulty-selector{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.intro-mode .difficulty-selector,.intro-mode .selector-title{color:#5a4a2a}.intro-mode .selector-subtitle{color:#7a6a4a}.selector-icon{margin-bottom:24px}.selector-icon svg{width:100px;height:100px}.selector-title{font-family:nyt-karnakcondensed,Georgia,serif;font-size:42px;font-weight:700;color:#121212;margin:0 0 12px}.selector-subtitle{font-size:18px;color:#666;margin:0 0 48px}.difficulty-buttons{display:flex;flex-direction:column;gap:16px;width:100%;max-width:400px}.difficulty-btn{display:flex;flex-direction:column;align-items:flex-start;padding:20px 24px;border:2px solid #e0e0e0;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s}.difficulty-btn:hover{border-color:#2d2d2d;background:#fafafa}.difficulty-btn.easy{border-left:5px solid #4caf50}.difficulty-btn.medium{border-left:5px solid #ff9800}.difficulty-btn.hard{border-left:5px solid #f44336}.diff-label{font-size:20px;font-weight:700;color:#121212}.diff-desc{font-size:14px;color:#666;margin-top:6px}.game-info{display:flex;justify-content:center;align-items:center;gap:40px;padding:12px 20px;background:#fafafa;width:100%;box-sizing:border-box}.difficulty-badge{font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.timer-container{display:flex;align-items:center;gap:10px}.pause-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.pause-btn:hover{background:#e8e8e8;color:#2d2d2d}.timer{font-size:22px;font-weight:600;font-family:SF Mono,Monaco,monospace;color:#2d2d2d;min-width:60px}.pause-overlay{position:absolute;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:100;cursor:pointer}.pause-content{text-align:center;color:#666}.pause-content svg{fill:#666}.pause-content p{margin-top:12px;font-size:16px}.game-main{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:40px;padding:20px 40px;flex:1}.board-section{display:flex;justify-content:center}.controls-section{display:flex;flex-direction:column;gap:20px;min-width:280px}.sudoku-board{background:#fff;padding:10px;position:relative}.sudoku-board.blurred{filter:blur(10px);pointer-events:none}.sudoku-row{display:flex;justify-content:center}.sudoku-cell{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:500;border:1px solid #c8c8c8;cursor:pointer;transition:background-color .1s;color:#121212;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sudoku-cell:first-child{border-left:2px solid #2d2d2d}.sudoku-cell:last-child{border-right:2px solid #2d2d2d}.sudoku-row:first-child .sudoku-cell{border-top:2px solid #2d2d2d}.sudoku-row:last-child .sudoku-cell{border-bottom:2px solid #2d2d2d}.sudoku-cell.initial{background:#fff;color:#121212;font-weight:600}.sudoku-cell.editable{background:#fff;color:#325aaf}.sudoku-cell.selected{background:#bbdefb!important}.sudoku-cell.highlighted{background:#e3f2fd}.sudoku-cell.same-box{background:#f5f5f5}.sudoku-cell.same-number{background:#c5e1f7}.sudoku-cell.error{background:#ffebee!important}.sudoku-cell.error .cell-value{color:#d32f2f}.sudoku-cell.border-bottom{border-bottom:2px solid #2d2d2d}.sudoku-cell.border-right{border-right:2px solid #2d2d2d}.cell-value{font-size:28px}.cell-notes{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:100%;padding:4px;box-sizing:border-box}.cell-notes .note{font-size:12px;color:#666;display:flex;align-items:center;justify-content:center}.cell-notes .note.visible{color:#325aaf;font-weight:500}.toolbar{display:flex;justify-content:center;gap:24px;padding:16px 20px;background:#fafafa;border-radius:12px;border:1px solid #e8e8e8}.tool-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;border:none;background:transparent;cursor:pointer;color:#666;transition:all .2s;border-radius:8px}.tool-btn svg{width:28px;height:28px}.tool-btn:hover{background:#e8e8e8;color:#2d2d2d}.tool-btn:disabled{opacity:.4;cursor:not-allowed}.tool-btn.active{background:#325aaf;color:#fff}.tool-btn.active:hover{background:#2a4d94}.tool-btn span{font-size:14px;font-weight:500}.number-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px;background:#fafafa;border-radius:12px;border:1px solid #e8e8e8}.number-btn{width:56px;height:72px;border-radius:10px;border:2px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s}.number-btn:hover:not(:disabled){border-color:#325aaf;background:#f0f7ff}.number-btn.highlighted{border-color:#325aaf;background:#e3f2fd}.number-btn.completed{opacity:.4;cursor:not-allowed}.number-btn .num{font-size:28px;font-weight:600;color:#121212}.number-btn .count{font-size:12px;color:#999;margin-top:2px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.complete-modal,.settings-modal,.help-modal{background:#fff;border-radius:20px;padding:40px;max-width:420px;width:100%;text-align:center}.help-modal{text-align:left;max-width:500px}.complete-icon{font-size:64px;margin-bottom:20px}.complete-modal h2,.settings-modal h2,.help-modal h2{font-size:28px;font-weight:700;color:#121212;margin:0 0 12px}.help-modal .modal-header{margin-bottom:20px}.help-modal .modal-header h2{font-family:nyt-karnakcondensed,Georgia,serif;font-size:26px}.help-content{text-align:left}.help-intro{font-size:17px;color:#121212;margin:0 0 20px;line-height:1.5}.help-rules,.help-tips{margin:0 0 24px;padding-left:20px}.help-rules li,.help-tips li{font-size:15px;color:#333;line-height:1.6;margin-bottom:10px}.help-rules li:last-child,.help-tips li:last-child{margin-bottom:0}.help-content h3{font-family:nyt-karnakcondensed,Georgia,serif;font-size:22px;font-weight:700;color:#121212;margin:0 0 16px}.stats-modal,.stats-content{text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:32px;font-weight:700;color:#121212;line-height:1}.stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}.difficulty-stats{margin-bottom:24px;padding-top:20px;border-top:1px solid #e8e8e8}.difficulty-stats h3{font-size:16px;font-weight:600;color:#121212;margin:0 0 16px}.difficulty-grid{display:flex;flex-direction:column;gap:12px}.diff-stat{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f8f8;border-radius:8px;border-left:4px solid #ccc}.diff-stat.easy{border-left-color:#4caf50}.diff-stat.medium{border-left-color:#ff9800}.diff-stat.hard{border-left-color:#f44336}.diff-name{font-weight:600;color:#333;min-width:70px;text-align:left}.diff-value{font-size:15px;color:#666}.diff-best{font-size:13px;color:#888;font-style:italic}.avg-time{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;background:#f0f7ff;border-radius:8px;font-size:15px;color:#333}.avg-time strong{font-size:18px;color:#325aaf}.no-stats{color:#888;font-style:italic;padding:40px 0}@media(max-width:420px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-value{font-size:28px}.diff-stat{flex-wrap:wrap;gap:8px}.diff-best{width:100%;text-align:right}}.complete-modal p{font-size:18px;color:#666;margin:0 0 28px}.complete-stats{display:flex;justify-content:center;gap:60px;margin-bottom:32px}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:32px;font-weight:700;color:#121212}.stat-label{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.complete-actions,.settings-actions{display:flex;flex-direction:column;gap:14px}.action-btn{padding:16px 28px;border-radius:30px;border:2px solid #e0e0e0;background:#fff;font-size:17px;font-weight:600;color:#2d2d2d;cursor:pointer;transition:all .2s}.action-btn:hover{border-color:#2d2d2d;background:#f5f5f5}.action-btn.primary{background:#121212;border-color:#121212;color:#fff}.action-btn.primary:hover{background:#333}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{margin:0}.close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.close-btn:hover{background:#e0e0e0;color:#2d2d2d}.modal-content{margin-bottom:24px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e8e8e8}.setting-item:last-child{border-bottom:none}.setting-item span{font-size:15px;color:#2d2d2d}.toggle{position:relative;display:inline-block;width:48px;height:28px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#325aaf}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}@media(max-width:800px){.game-main{flex-direction:column;align-items:center;gap:20px;padding:16px}.controls-section{width:100%;max-width:400px;min-width:auto}.toolbar{width:100%;justify-content:center}.number-pad{width:100%;grid-template-columns:repeat(5,1fr)}}@media(max-width:600px){.sudoku-cell{width:44px;height:44px;font-size:24px}.cell-value{font-size:24px}.cell-notes .note{font-size:10px}.number-btn{height:60px}.number-btn .num{font-size:24px}.number-pad{gap:8px;padding:16px}.toolbar{gap:20px}.tool-btn{padding:10px 16px}.tool-btn svg{width:24px;height:24px}.tool-btn span{font-size:12px}}@media(max-width:420px){.game-main{padding:12px}.sudoku-cell{width:38px;height:38px;font-size:20px}.cell-value{font-size:20px}.cell-notes .note{font-size:9px}.number-btn{height:52px}.number-btn .num{font-size:20px}.number-btn .count{font-size:10px}.number-pad{gap:6px;padding:12px;grid-template-columns:repeat(5,1fr)}.toolbar{gap:16px;padding:12px}.tool-btn{padding:8px 12px}.tool-btn svg{width:22px;height:22px}.tool-btn span{font-size:11px}}@media(max-width:360px){.sudoku-cell{width:34px;height:34px;font-size:18px}.cell-value{font-size:18px}.cell-notes .note{font-size:8px}.number-pad{gap:5px;padding:10px}.number-btn{height:48px}.number-btn .num{font-size:18px}.number-btn .count{font-size:9px}}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #202124;--text-secondary: #5f6368;--primary: #1a73e8;--primary-hover: #1557b0;--success: #34a853;--error: #ea4335;--border: #e8eaed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff;color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}.btn-primary{padding:12px 24px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--primary-hover)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.game-container{max-width:600px;margin:0 auto;padding:20px}
